Exemplo n.º 1
0
        /*
         *  The InformOfShot method tells the player of a shot
         *  that has been made
         *  The method modifies the shot to include results
         */

        private void InformOfShot(Shot shot)
        {
            board.MarkShot(shot);
        }