Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Datatype

XmlSchemaDatatype? System.Xml.Schema.XmlSchemaAttribute.Datatype
getpackage

Definition at line 164 of file XmlSchemaAttribute.cs.

165 {
166 get
167 {
168 if (_attributeType != null)
169 {
171 }
172 return null;
173 }
174 }