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

◆ CompareTo() [1/4]

int System.SByte.CompareTo ( object obj)
inline

Implements System.IComparable< in T >.

Definition at line 15 of file SByte.cs.

16 {
17 if (obj != null)
18 {
19 }
20 return 1;
21 }

References System.obj.