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

◆ OnEnterWorld

static Action< Player > Terraria.Player.Hooks.OnEnterWorld
staticaddremove

Definition at line 24023 of file Player.cs.

24024 {
24026 add
24027 {
24029 if (@delegate != null && @delegate == null)
24030 {
24031 return;
24032 }
24033 }
24035 remove
24036 {
24038 if (@delegate != null && @delegate == null)
24039 {
24040 return;
24041 }
24042 }
24043 }
class f__AnonymousType0<< Count > j__TPar