private void Help(ICommandListener listener) { Debug.Log(listener.GetName() + " Commands", LogType.Info); foreach (KeyValuePair <string, string> cmd in listener.GetCommands()) { Debug.Log("<i>" + cmd.Key + "</i>" + " - " + cmd.Value); } }