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

◆ SoapAttributeFlags

Enumerator
Enum 
Type 
Element 
Attribute 

Definition at line 3 of file SoapAttributeFlags.cs.

4{
5 Enum = 1,
6 Type = 2,
7 Element = 4,
8 Attribute = 8
9}