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

◆ AttributeUses

XmlSchemaObjectTable System.Xml.Schema.XmlSchemaAttributeGroup.AttributeUses
getpackage

Definition at line 57 of file XmlSchemaAttributeGroup.cs.

58 {
59 get
60 {
61 if (_attributeUses == null)
62 {
63 _attributeUses = new XmlSchemaObjectTable();
64 }
65 return _attributeUses;
66 }
67 }