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

int InControl.VersionInfo.CompareTo ( VersionInfo other)
inline

Definition at line 110 of file VersionInfo.cs.

111 {
112 int num = this.minor;
113 int num2 = this.patch;
114 return 1;
115 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, InControl.VersionInfo.minor, and InControl.VersionInfo.patch.