Beispiel #1
0
 /// <summary>
 /// Forces the win of the human player for debugging purposes.
 /// </summary>
 public void ForceWin()
 {
     m_matchManager.ForceHumanWin();
     ShowMatchResults();
 }