Exemplo n.º 1
0
 void TurnLeft()
 {
     if (state == StateTutorial.Free)
     {
         hero.TurnLeft();
     }
     if (step == 0 && state == StateTutorial.Pause)
     {
         NextStep();
         hero.TurnLeft();
     }
 }