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
ServerMode.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Net
4{
5 // Token: 0x020006AB RID: 1707
6 [Flags]
7 public enum ServerMode : byte
8 {
9 // Token: 0x0400795B RID: 31067
10 None = 0,
11 // Token: 0x0400795C RID: 31068
12 Lobby = 1,
13 // Token: 0x0400795D RID: 31069
15 // Token: 0x0400795E RID: 31070
17 }
18}