Beispiel #1
0
 public override void ResetGame()
 {
     UCIRunner.StartNewGame();
 }
Beispiel #2
0
 /// <summary>
 /// Resets all state between games.
 /// </summary>
 /// <param name="gameID">optional game descriptive string</param>
 public override void ResetGame(string gameID = null)
 {
     UCIRunner.StartNewGame();
 }