//CAN DO________________ public void StartGame() { //TO DO: Game Display purpose day.AddCustomerTypes(); int daysOfPlay = player.SetDaysOfPlay(); Message.DisplayMessage("You have $20 to start with. Buy items to fill your inventory."); PlayForDays(daysOfPlay); }