Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
NamespaceDefinition (NamespaceData data) | |
Properties | |
StringHandle | Name [get] |
NamespaceDefinitionHandle | Parent [get] |
ImmutableArray< NamespaceDefinitionHandle > | NamespaceDefinitions [get] |
ImmutableArray< TypeDefinitionHandle > | TypeDefinitions [get] |
ImmutableArray< ExportedTypeHandle > | ExportedTypes [get] |
Private Attributes | |
readonly NamespaceData | _data |
Definition at line 6 of file NamespaceDefinition.cs.