terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ CheckNullArgument()

static void UnityEngine.Object.CheckNullArgument ( object arg,
string message )
inlinestaticprivateinherited

Definition at line 568 of file Object.cs.

569 {
570 throw null;
571 }