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

◆ OperatingSystemFamily

Enumerator
Other 
MacOSX 
Windows 
Linux 

Definition at line 7 of file OperatingSystemFamily.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40002E3")]
10 Other,
11 [global::Cpp2ILInjected.Token(Token = "0x40002E4")]
12 MacOSX,
13 [global::Cpp2ILInjected.Token(Token = "0x40002E5")]
14 Windows,
15 [global::Cpp2ILInjected.Token(Token = "0x40002E6")]
16 Linux
17 }