public void DaySales(Day day, Player player) { if (day.cupCount < 1) { day.MakeLemonade(player); } day.SellLemonade(player); }