Ejemplo n.º 1
0
 private SingletonGameState()
 {
     gameState   = new GameState();
     userCommand = new UserCommand();
 }