Check Win Conditions ================================= .. code-block:: csharp void CheckWinConditions() In this method game match win conditions being checked, and if one of players is should win or defeat now, this method calls needed methods to run needed actions. You can customize this method to change game win conditions, if your game represents other game mode. .. toctree::