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