netmsg.simple.common.lua

-- The net message will be registered as 'Common.NETMSG.<name of the net message in upper-case>'.
-- In this case, 'Common.NETMSG.SIMPLE'.
--
Common.NetMessage:Register( "SIMPLE" );
-- is same as:
-- Common.NetMessage:Create( "SIMPLE" ):Register();
generated by LDoc 1.4.6 Last updated 2020-06-15 21:15:36