예제 #1
0
 public static void InvokeOnPreRenderHudEventNoCheck(object @this)
 {
     OnPreRenderHudEventNoCheck.Invoke(@this, EventArgs.Empty);
 }
예제 #2
0
파일: Graphics.cs 프로젝트: vizv/SMAPI
 internal static void InvokeOnPreRenderHudEventNoCheck(object sender, EventArgs e)
 {
     OnPreRenderHudEventNoCheck.Invoke(sender, e);
 }