示例#1
0
 public static void InvokeOnPreRenderHudEvent(object @this)
 {
     OnPreRenderHudEvent.Invoke(@this, EventArgs.Empty);
 }
示例#2
0
文件: Graphics.cs 项目: vizv/SMAPI
 internal static void InvokeOnPreRenderHudEvent(object sender, EventArgs e)
 {
     OnPreRenderHudEvent.Invoke(sender, e);
 }