Hello, I'm creating a network based logic UNet HLAPI. I'm created a base message class that derives from MessageBase, which contains the object ID to which the communication is directed. All other messages are derived from him, but when sending a message ID in the base class is lost, even though the child variables transmitted. What could be the reason for the loss of a variable, and whether it is possible to create your base class message?
↧