Ejemplo n.º 1
0
        public void InvalidateCurrentRound()
        {
            var pointsInCurrentround = CurrentRound.GetCurrentPointsMade();

            mCurrentPoints = mCurrentPoints + pointsInCurrentround;
            AddRound();
        }