| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for Terraria.IO.ResourcePackVersion:
 Collaboration diagram for Terraria.IO.ResourcePackVersion:Public Member Functions | |
| int | CompareTo (object obj) | 
| int | CompareTo (ResourcePackVersion other) | 
| override bool | Equals (object obj) | 
| override int | GetHashCode () | 
| string | GetFormattedVersion () | 
| int | CompareTo (T other) | 
| int | CompareTo (T other) | 
Static Public Member Functions | |
| static bool | operator== (ResourcePackVersion lhs, ResourcePackVersion rhs) | 
| static bool | operator!= (ResourcePackVersion lhs, ResourcePackVersion rhs) | 
| static bool | operator< (ResourcePackVersion lhs, ResourcePackVersion rhs) | 
| static bool | operator> (ResourcePackVersion lhs, ResourcePackVersion rhs) | 
Properties | |
| int | Major [get, set, private set] | 
| int | Minor [get, set, private set] | 
Private Attributes | |
| int< Major > | k__BackingField | 
| int< Minor > | k__BackingField | 
Definition at line 12 of file ResourcePackVersion.cs.