Example #1
0
 public bool Drop()
 {
     if (!CanPick)
     {
         Chest chest = GetChest();
         chest.DropThis();
         return(CanPick);
     }
     return(false);
 }