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.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::System.Runtime.InteropServices.ComVisible(true)]
8 [global::Cpp2ILInjected.Token(Token = "0x2000188")]
9 [global::System.Serializable]
10 public enum PlatformID
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 }
27}