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