CNetGameObject

The CNetGameObject is a component that allows our game objects that are associated with one of these components to send particular networked information. Utilizing this component and a particular module that is associated with particular behavior, this enables the behavior to execute accordingly over the network. Essentially, the CNetGameObject provides the foundation for the attached network modules to utilize.

Implementation:

Leave a Reply

Your email address will not be published.