Exemplo n.º 1
0
 //Store Inventory speaks to the players inventory
 public void EnterStore(playerInventory Player)
 {
     _Player = Player;
 }