Пример #1
0
 private SingletonGameState()
 {
     gameState   = new GameState();
     userCommand = new UserCommand();
 }