Exemplo n.º 1
0
 public void AddInventory(InventoryLogic inv) => inventories.Add(inv);
Exemplo n.º 2
0
 public void RemoveInventory(InventoryLogic inv) => inventories.Remove(inv);
Exemplo n.º 3
0
 public TrashCell(InventoryLogic inv) => inventory = inv;