Esempio n. 1
0
        private void OnCrosswordTileColorChange()
        {
            var isDone = IsGameOver();

            if (isDone)
            {
                _announcer.Show("Congratulations! You completed the crossword!");
            }
        }