terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnClientSizeChanged()

void Microsoft.Xna.Framework.GameWindow.OnClientSizeChanged ( )
inlineprotectedinherited

Definition at line 103 of file GameWindow.cs.

104 {
106 if (clientSizeChanged != null)
107 {
108 if (!true)
109 {
110 }
111 IntPtr invoke_impl = clientSizeChanged.invoke_impl;
112 IntPtr method_code = clientSizeChanged.method_code;
113 IntPtr method = clientSizeChanged.method;
114 return;
115 }
116 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.GameWindow.ClientSizeChanged, and j__TPar.