예제 #1
0
 /// <summary>
 ///
 /// </summary>
 public void GrabToolFinished()
 {
     grabbingToolOccuring = false;
     if (puttingItemAway)
     {
         Destroy(quickSlots.equippedSystem.itemInRightHand);
         SetAnimationLayer(0);
     }
     else
     {
         quickSlots.SpawnItemInHand();
         SetAnimationLayer(1);
     }
 }