Beispiel #1
0
 //constructor
 public Game()
 {
     DisplayRules();
     player    = new Player();
     day       = new Day();
     inventory = new Inventory();
     wallet    = new Wallet();
     day.GettingDay(player, inventory, wallet, customer, weather);
 }