Ejemplo n.º 1
0
 public void PushState(ISceneState newState)
 {
     currentState = newState;
     currentState.OnStateEnter();
 }