Example #1
0
 void OnEndInvulnerablity()
 {
     _invulnerable = false;
     if (OnEndInvulnerable != null)
     {
         OnEndInvulnerable.Invoke();
     }
 }
Example #2
0
 void OnEndInvulnerablity()
 {
     _invulnerable = false;
     OnEndInvulnerable.Invoke();
 }