Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CustomAttributeType (CustomAttributeEncoding encodedType, CustomAttributeEncoding encodedArrayType, CustomAttributeEncoding encodedEnumType, string enumName) | |
Properties | |
CustomAttributeEncoding | EncodedType [get] |
CustomAttributeEncoding | EncodedEnumType [get] |
CustomAttributeEncoding | EncodedArrayType [get] |
string | EnumName [get] |
Private Attributes | |
readonly string | m_enumName |
readonly CustomAttributeEncoding | m_encodedType |
readonly CustomAttributeEncoding | m_encodedEnumType |
readonly CustomAttributeEncoding | m_encodedArrayType |
readonly CustomAttributeEncoding | m_padding |
Definition at line 6 of file CustomAttributeType.cs.