tModLoader v2023.01
A mod to make and play Terraria mods
|
Public Member Functions | |
AnchorData (AnchorType type, int count, int start) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator!= (AnchorData data1, AnchorData data2) |
static bool | operator== (AnchorData data1, AnchorData data2) |
Public Attributes | |
int | checkStart |
int | tileCount |
AnchorType | type |
Static Public Attributes | |
static AnchorData | Empty |