예제 #1
0
    protected void DebugLoad()
    {
        LoadInput();
        PreParseInput();

        // debug
        foreach (InputLine l in commands)
        {
            Debug.Log(InputLine.GetString(l));
        }
    }