예제 #1
0
        public void EndGame()
        {
            double totalProfit = player.wallet.Money - 20;

            UserInterface.DisplayTotalProfit(totalProfit, days.Count);
        }