Ejemplo n.º 1
0
 private void EnterGame()
 {
     _gameState = new GameStateController();
     _gameState.EnterState(GameStateDefine.Playing);
 }