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

◆ WriteState

Enumerator
Start 
Prolog 
Element 
Attribute 
Content 
Closed 
Error 

Definition at line 3 of file WriteState.cs.

4{
5 Start,
6 Prolog,
7 Element,
9 Content,
10 Closed,
11 Error
12}