Beispiel #1
0
 void RightCommand()
 {
     if (mustGiveCommandFeedback)
     {
         Tell("You walk right.");
     }
     playerWalk.Right();
     if (RightCommanded != null)
     {
         RightCommanded.Invoke();
     }
 }