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

◆ PlatformID

Enumerator
Win32S 
Win32Windows 
Win32NT 
WinCE 
Unix 
Xbox 
MacOSX 

Definition at line 10 of file PlatformID.cs.

11 {
12 [global::Cpp2ILInjected.Token(Token = "0x400068D")]
13 Win32S,
14 [global::Cpp2ILInjected.Token(Token = "0x400068E")]
16 [global::Cpp2ILInjected.Token(Token = "0x400068F")]
17 Win32NT,
18 [global::Cpp2ILInjected.Token(Token = "0x4000690")]
19 WinCE,
20 [global::Cpp2ILInjected.Token(Token = "0x4000691")]
21 Unix,
22 [global::Cpp2ILInjected.Token(Token = "0x4000692")]
23 Xbox,
24 [global::Cpp2ILInjected.Token(Token = "0x4000693")]
25 MacOSX
26 }