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() [2/4]

int System.Int64.CompareTo ( object value)
inline

Implements System.IComparable< in T >.

Definition at line 14 of file Int64.cs.

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

References System.value.