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

◆ ApplyPass()

override void Terraria.GameContent.Generation.PassLegacy.ApplyPass ( GenerationProgress progress,
GameConfiguration configuration )
inlineprotected

Definition at line 57 of file PassLegacy.cs.

58 {
59 WorldGenLegacyMethod method = this._method;
60 IntPtr invoke_impl = method.invoke_impl;
61 IntPtr method_code = method.method_code;
62 IntPtr method2 = method.method;
63 }
class f__AnonymousType0<< Count > j__TPar
readonly WorldGenLegacyMethod _method
Definition PassLegacy.cs:78

References Terraria.GameContent.Generation.PassLegacy._method, System.Delegate.invoke_impl, j__TPar, System.Delegate.method, and System.Delegate.method_code.