예제 #1
0
 public void AddInventory(InventoryLogic inv) => inventories.Add(inv);
예제 #2
0
 public void RemoveInventory(InventoryLogic inv) => inventories.Remove(inv);
예제 #3
0
 public TrashCell(InventoryLogic inv) => inventory = inv;