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