Ejemplo n.º 1
0
 public static void InvokeOnPostRenderHudEvent(object @this)
 {
     OnPostRenderHudEvent.Invoke(@this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 internal static void InvokeOnPostRenderHudEvent(object sender, EventArgs e)
 {
     OnPostRenderHudEvent.Invoke(sender, e);
 }