示例#1
0
 public void MoveAllItems( Inventory newInventory )
 {
     newInventory.PlaceItems (slots);
 }
示例#2
0
 public void PlaceInInventory(Inventory inventory)
 {
     inventory.PlaceItems (singleSlot);
     Destroy (gameObject);
 }