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

◆ s_attributeGroupSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_attributeGroupSubelements
staticprivate
Initial value:
= new State[4]
{
State.Annotation,
State.Attribute,
State.AttributeGroupRef,
}

Definition at line 291 of file XsdBuilder.cs.

292 {
293 State.Annotation,
294 State.Attribute,
295 State.AttributeGroupRef,
297 };