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

◆ StreamReadMode

Enumerator
undefined 
syncMode 
asyncMode 

Definition at line 1070 of file Process.cs.

1071 {
1072 [global::Cpp2ILInjected.Token(Token = "0x40003EC")]
1073 undefined,
1074 [global::Cpp2ILInjected.Token(Token = "0x40003ED")]
1075 syncMode,
1076 [global::Cpp2ILInjected.Token(Token = "0x40003EE")]
1077 asyncMode
1078 }