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