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

◆ Raise()

void Microsoft.Xna.Framework.GameComponent.Raise ( EventHandler< EventArgs > handler,
EventArgs e )
inlineprivate

Definition at line 149 of file GameComponent.cs.

150 {
151 if (handler != null)
152 {
153 return;
154 }
155 }