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

◆ ThrowOnInvalidArg< T >()

static void UnityEngine.Events.BaseInvokableCall.ThrowOnInvalidArg< T > ( object arg)
inlinestaticprotectedinherited

Definition at line 32 of file BaseInvokableCall.cs.

33 {
34 if (arg == null || arg != null)
35 {
36 return;
37 }
39 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.