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

◆ PersistentListenerMode

Enumerator
EventDefined 
Void 
Object 
Int 
Float 
String 
Bool 

Definition at line 8 of file PersistentListenerMode.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000641")]
12 [global::Cpp2ILInjected.Token(Token = "0x4000642")]
13 Void,
14 [global::Cpp2ILInjected.Token(Token = "0x4000643")]
15 Object,
16 [global::Cpp2ILInjected.Token(Token = "0x4000644")]
17 Int,
18 [global::Cpp2ILInjected.Token(Token = "0x4000645")]
19 Float,
20 [global::Cpp2ILInjected.Token(Token = "0x4000646")]
21 String,
22 [global::Cpp2ILInjected.Token(Token = "0x4000647")]
23 Bool
24 }