コード例 #1
0
ファイル: Form1.cs プロジェクト: JoshuaKlaser/Battleship
        private void OnMissedShot()
        {
            _gridController.SetHoverEvents(false);

            var updatedPoints = _gridController.GetUpdatedLoadedPoints();

            _gameController.UpdateEnemyShips(updatedPoints);
            pnl_nextTurn.Show();
        }