示例#1
0
        /// <summary>
        /// Бомба
        /// </summary>
        public async Task Bomb(Cell cell)
        {
            GameField.Bomb(cell);

            UpdatePointsLabel();

            await PutDownFigures();

            await UpdateField();

            await DefineAllImagesAnim();

            UpdatePointsLabel();

            GameField.ResetCounter();
        }