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
RemoteServer.cs
Go to the documentation of this file.
1using System;
2using Telepathy;
3
4namespace Terraria
5{
6 // Token: 0x0200044B RID: 1099
7 public class RemoteServer
8 {
9 // Token: 0x06002965 RID: 10597 RVA: 0x0019B5C0 File Offset: 0x001997C0
10 public RemoteServer()
11 {
12 }
13
14 // Token: 0x04003678 RID: 13944
15 public Server Client;
16
17 // Token: 0x04003679 RID: 13945
18 public bool IsActive;
19
20 // Token: 0x0400367A RID: 13946
21 public int State;
22
23 // Token: 0x0400367B RID: 13947
24 public int TimeOutTimer;
25
26 // Token: 0x0400367C RID: 13948
27 public string StatusText;
28
29 // Token: 0x0400367D RID: 13949
30 public int StatusCount;
31
32 // Token: 0x0400367E RID: 13950
33 public int StatusMax;
34 }
35}