Beispiel #1
0
 public void Dodged()
 {
     Sound_Manager.PlaySound(Sound_Manager.Sound.Dash, GetPosition());
     invulnerableTime = Time.time + .2f;
     OnDodged?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 public void EventDodged()
 {
     OnDodged?.Invoke();
 }