Exemplo n.º 1
0
 public void SetupGame()
 {
     _gameStateMachine.RegisterState("CoreGame", _gameStateFactory.Create("CoreGame"));
 }