Ejemplo n.º 1
0
 void LeftCommand()
 {
     if (mustGiveCommandFeedback)
     {
         Tell("You walk left.");
     }
     playerWalk.Left();
     if (LeftCommanded != null)
     {
         LeftCommanded.Invoke();
     }
 }