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

◆ s_simpleContentExtensionSubelements

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

Definition at line 184 of file XsdBuilder.cs.

185 {
186 State.Annotation,
187 State.Attribute,
188 State.AttributeGroupRef,
190 };