コード例 #1
0
 public static void InvokeOnPostRenderHudEvent(object @this)
 {
     OnPostRenderHudEvent.Invoke(@this, EventArgs.Empty);
 }
コード例 #2
0
ファイル: Graphics.cs プロジェクト: vizv/SMAPI
 internal static void InvokeOnPostRenderHudEvent(object sender, EventArgs e)
 {
     OnPostRenderHudEvent.Invoke(sender, e);
 }