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
PlayerIndex.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000321 RID: 801
6 public enum PlayerIndex
7 {
8 // Token: 0x04002228 RID: 8744
9 One,
10 // Token: 0x04002229 RID: 8745
11 Two,
12 // Token: 0x0400222A RID: 8746
13 Three,
14 // Token: 0x0400222B RID: 8747
15 Four
16 }
17}