Example #1
0
 public static void InvokeOnPostRenderHudEventNoCheck(object @this)
 {
     OnPostRenderHudEventNoCheck.Invoke(@this, EventArgs.Empty);
 }
Example #2
0
 internal static void InvokeOnPostRenderHudEventNoCheck(object sender, EventArgs e)
 {
     OnPostRenderHudEventNoCheck.Invoke(sender, e);
 }