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

◆ InvokeOnBeforeRender()

static void UnityEngine.Application.InvokeOnBeforeRender ( )
inlinestaticpackage

Definition at line 194 of file Application.cs.

195 {
196 if (!true)
197 {
198 }
199 BeforeRenderHelper.Invoke();
200 }

References UnityEngine.BeforeRenderHelper.Invoke().