Esempio n. 1
0
 public void MoveItem(ItemSlot slot, bool took)
 {
     bottle.MoveItem(slot);
     TakenFromStash = took;
     SetSleep(200);
 }