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

◆ s_simpleTypeUnionSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_simpleTypeUnionSubelements
staticprivate
Initial value:
= new State[2]
{
State.Annotation,
}

Definition at line 276 of file XsdBuilder.cs.

277 {
278 State.Annotation,
280 };