Beispiel #1
0
 public static void Process(string cmd)
 {
     doOther = true;
     FrameBuffer.ClearType();
     cmd = MatchSynonym.ToSinglesCommands(cmd);
     ProcessMove(cmd);
     //DeBugging.Print(cmd);
     if (doOther)
     {
         ProcessOther(cmd);
     }
 }