Пример #1
0
    /// <summary>
    /// Ends the current game
    /// </summary>
    public void EndGame()
    {
        OthelloBoard game = GameObject.Find("Board").GetComponent <OthelloBoard>();

        game.EndGame();
    }