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