コード例 #1
0
ファイル: Controller.cs プロジェクト: yeerkkiller1/Go-AI
 public static void quit(ProcessWrapper proc)
 {
     proc.sendLine("quit");
     proc.readNextLine();
     proc.stopAllReadingAndQuit();
 }