Exemple #1
0
        public void ProcessPlayerInput(int points)
        {
            CurrentRound.ProcessPlayerInput(points);

            EndTimestamp =
                CurrentRoundIndex == Rounds.Count - 1 ?
                DateTime.Now :
                default(DateTime);
        }