示例#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;