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

◆ ToShortString()

string InControl.VersionInfo.ToShortString ( )
inline

Definition at line 201 of file VersionInfo.cs.

202 {
203 if (this.build != 0)
204 {
205 int num = this.minor;
206 int num2 = this.patch;
207 int num3 = this.build;
208 string text;
209 return text;
210 }
211 string text2;
212 return text2;
213 }
class f__AnonymousType0<< Count > j__TPar

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