terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PlatformType.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.OS
4{
5 // Token: 0x02000B22 RID: 2850
6 public enum PlatformType
7 {
8 // Token: 0x04008B13 RID: 35603
9 Windows,
10 // Token: 0x04008B14 RID: 35604
11 OSX,
12 // Token: 0x04008B15 RID: 35605
13 Linux
14 }
15}