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.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20004E6")]
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 }
22}