Exemplo n.º 1
0
 public UserInterface(Player player, Store store, Weather weather)
 {
     this.player  = player;
     this.store   = store;
     this.weather = weather;
 }