Ejemplo n.º 1
0
 public WorldManager()
 {
     _playerManager = new PlayerManager();
     _mapManager = new MapManager();
 }