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

◆ ToString()

override string InControl.VersionInfo.ToString ( )
inline

Definition at line 186 of file VersionInfo.cs.

187 {
188 if (this.build != 0)
189 {
190 int num = this.minor;
191 int num2 = this.patch;
192 int num3 = this.build;
193 string text;
194 return text;
195 }
196 string text2;
197 return text2;
198 }
class f__AnonymousType0<< Count > j__TPar

References InControl.VersionInfo.build, j__TPar, InControl.VersionInfo.minor, InControl.VersionInfo.patch, and System.text.