terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ CharType

Enumerator
EditOptional 
EditRequired 
Separator 
Literal 
Modifier 

Definition at line 2687 of file MaskedTextProvider.cs.

2688 {
2689 [global::Cpp2ILInjected.Token(Token = "0x400127D")]
2690 EditOptional = 1,
2691 [global::Cpp2ILInjected.Token(Token = "0x400127E")]
2692 EditRequired = 2,
2693 [global::Cpp2ILInjected.Token(Token = "0x400127F")]
2694 Separator = 4,
2695 [global::Cpp2ILInjected.Token(Token = "0x4001280")]
2696 Literal = 8,
2697 [global::Cpp2ILInjected.Token(Token = "0x4001281")]
2698 Modifier = 16
2699 }