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
TargetPlatform.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000325 RID: 805
6 public enum TargetPlatform
7 {
8 // Token: 0x0400223A RID: 8762
10 // Token: 0x0400223B RID: 8763
11 Windows,
12 // Token: 0x0400223C RID: 8764
13 Xbox360,
14 // Token: 0x0400223D RID: 8765
15 Zune
16 }
17}