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