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

◆ ProcessorArchitecture

Enumerator
None 
MSIL 
X86 
IA64 
Amd64 
Arm 

Definition at line 7 of file ProcessorArchitecture.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4001403")]
10 None,
11 [global::Cpp2ILInjected.Token(Token = "0x4001404")]
12 MSIL,
13 [global::Cpp2ILInjected.Token(Token = "0x4001405")]
14 X86,
15 [global::Cpp2ILInjected.Token(Token = "0x4001406")]
16 IA64,
17 [global::Cpp2ILInjected.Token(Token = "0x4001407")]
18 Amd64,
19 [global::Cpp2ILInjected.Token(Token = "0x4001408")]
20 Arm
21 }