Example #1
0
 void ChillStance()
 {
     if (currentEquipLayer == Equippable.WeaponLayer.FISTS)
     {
         //PunchControls();
     }
     else
     {
         currentlyEquipped.ChillStanceUpdate(animator);
     }
 }