Exemplo n.º 1
0
 public ServerState(ServerObject server)
 {
     Server = server;
 }
Exemplo n.º 2
0
 public GameObject(ServerObject game)
 {
     Game = game;
     sprites = new Dictionary<String, ClientSprite>();
 }