Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Serialize (BinaryWriter writer) |
int | GetMaxSerializedSize () |
Static Public Member Functions | |
static ChatCommandId | FromType< T > () |
static ChatCommandId | Deserialize (BinaryReader reader) |
Private Member Functions | |
ChatCommandId (string name) | |
Private Attributes | |
readonly string | _name |
Definition at line 8 of file ChatCommandId.cs.