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

◆ ArgumentNullException() [2/4]

unsafe System.ArgumentNullException.ArgumentNullException ( string paramName)
inline

Definition at line 4427 of file ArgumentNullException.cs.

4428 {
4429 throw null;
4430 }