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

◆ ConverterStrategy

Enumerator
None 
Object 
Value 
Enumerable 
Dictionary 

Definition at line 3 of file ConverterStrategy.cs.

4{
5 None = 0,
6 Object = 1,
7 Value = 2,
8 Enumerable = 8,
9 Dictionary = 0x10
10}