Exemple #1
0
 public void GoToInstructionPlace()
 {
     state = UramaState.GIVING_INSTRUCTIONS;
     TurnRight();
 }
Exemple #2
0
 public void GoFollowAmaru()
 {
     state = UramaState.FOLLOWING_AMARU;
     HideModel();
 }