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

◆ s_groupSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_groupSubelements
staticprivate
Initial value:
= new State[4]
{
State.Annotation,
State.All,
State.Choice,
}

Definition at line 299 of file XsdBuilder.cs.

300 {
301 State.Annotation,
302 State.All,
303 State.Choice,
305 };