public static void InvokeGotHit()
 {
     GotHit?.Invoke();
 }
Esempio n. 2
0
 protected void invokeGotHitEvent()
 {
     GotHit?.Invoke(this, new EventArgs());
 }