Пример #1
0
 void HandleAnimResetTriggerMsg(int hash)
 {
     if (animator.IsActive)
     {
         animator.ResetTrigger(hash);
     }
 }