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

◆ s_simpleContentSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_simpleContentSubelements
staticprivate
Initial value:
= new State[3]
{
State.Annotation,
State.SimpleContentRestriction,
}

Definition at line 177 of file XsdBuilder.cs.

178 {
179 State.Annotation,
180 State.SimpleContentRestriction,
182 };