protected void DebugLoad() { LoadInput(); PreParseInput(); // debug foreach (InputLine l in commands) { Debug.Log(InputLine.GetString(l)); } }