Exemple #1
0
 public void Drop(ProtagController protag)
 {
     Items.GetItem(index).SetLocation(protag.room);
     protag.SetHold(-1);
     tform.parent = null;
     if (mousePoint)
     {
         mousePoint.Activate();
     }
     col.enabled       = true;
     rbody.isKinematic = false;
     rbody.useGravity  = true;
 }