Beispiel #1
0
 void OnStateChanged(gameStates oldState)
 {
     Console.WriteLine("Do stuff to transition from " + oldState.ToString() + " to " + currentState.ToString());
 }