Esempio n. 1
0
 void StartNewState(GameplayState newState)
 {
     currentState = newState;
     currentState.StartState();
 }