terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
VersionInfo (int major, int minor, int patch, int build) | |
int | CompareTo (VersionInfo other) |
override bool | Equals (object other) |
override int | GetHashCode () |
override string | ToString () |
string | ToShortString () |
int | CompareTo (T other) |
int | CompareTo (object obj) |
Static Public Member Functions | |
static VersionInfo | InControlVersion () |
static VersionInfo | UnityVersion () |
static bool | operator== (VersionInfo a, VersionInfo b) |
static bool | operator!= (VersionInfo a, VersionInfo b) |
static bool | operator<= (VersionInfo a, VersionInfo b) |
static bool | operator>= (VersionInfo a, VersionInfo b) |
static bool | operator< (VersionInfo a, VersionInfo b) |
static bool | operator> (VersionInfo a, VersionInfo b) |
Properties | |
static VersionInfo | Min [get] |
static VersionInfo | Max [get] |
VersionInfo | Next [get] |
int | Build [get] |
Private Attributes | |
int | major |
int | minor |
int | patch |
int | build |
Definition at line 9 of file VersionInfo.cs.