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
UserState.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000007 RID: 7
6 public enum UserState
7 {
8 // Token: 0x0400000A RID: 10
9 Online,
10 // Token: 0x0400000B RID: 11
12 // Token: 0x0400000C RID: 12
14 // Token: 0x0400000D RID: 13
15 Offline,
16 // Token: 0x0400000E RID: 14
18 }
19}