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