Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValueHandleType.cs
Go to the documentation of this file.
1namespace System.Xml;
2
3internal enum ValueHandleType
4{
5 Empty,
6 True,
7 False,
8 Zero,
9 One,
10 Int8,
11 Int16,
12 Int32,
13 Int64,
14 UInt64,
15 Single,
16 Double,
17 Decimal,
20 Guid,
22 UTF8,
24 Base64,
26 List,
27 Char,
28 Unicode,
29 QName,
31}