Tagged Questions
0
votes
0answers
106 views
Dynamic proxies for game objects
I am looking for the best approach to build an observer that can monitor the changes in the game object for purposes of client/server synchronization.
For example my game may have multiple game ...