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

◆ WrapScanMode

Enumerator
Space 
NewLine 
Word 
None 

Definition at line 116 of file StringReaderWrapExtension.cs.

117 {
118 [global::Cpp2ILInjected.Token(Token = "0x4008B05")]
119 Space,
120 [global::Cpp2ILInjected.Token(Token = "0x4008B06")]
121 NewLine,
122 [global::Cpp2ILInjected.Token(Token = "0x4008B07")]
123 Word,
124 [global::Cpp2ILInjected.Token(Token = "0x4008B08")]
125 None
126 }