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
MPSessionMetaData.cs
Go to the documentation of this file.
1using System;
2using System.Net;
3
4// Token: 0x020002B6 RID: 694
5public class MPSessionMetaData
6{
7 // Token: 0x06001016 RID: 4118 RVA: 0x0004F3A8 File Offset: 0x0004D5A8
9 {
10 }
11
12 // Token: 0x04001D93 RID: 7571
13 public string WorldName;
14
15 // Token: 0x04001D94 RID: 7572
17
18 // Token: 0x04001D95 RID: 7573
19 public int ServerPort;
20
21 // Token: 0x04001D96 RID: 7574
22 public ushort WorldXSize;
23
24 // Token: 0x04001D97 RID: 7575
25 public int NumberOfPlayers;
26
27 // Token: 0x04001D98 RID: 7576
28 public int MaxPlayers;
29
30 // Token: 0x04001D99 RID: 7577
31 public short GameMode;
32
33 // Token: 0x04001D9A RID: 7578
34 public bool Corruption;
35
36 // Token: 0x04001D9B RID: 7579
37 public bool HardMode;
38
39 // Token: 0x04001D9C RID: 7580
40 public string HostName;
41
42 // Token: 0x04001D9D RID: 7581
43 public bool InviteOnly = true;
44}