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
RemoteConnection.cs
Go to the documentation of this file.
1using System;
2using Telepathy;
3
4namespace Terraria
5{
6 // Token: 0x0200044A RID: 1098
7 public class RemoteConnection
8 {
9 // Token: 0x06002964 RID: 10596 RVA: 0x0019B5AC File Offset: 0x001997AC
11 {
12 }
13
14 // Token: 0x04003671 RID: 13937
15 public Client Client;
16
17 // Token: 0x04003672 RID: 13938
18 public bool IsActive;
19
20 // Token: 0x04003673 RID: 13939
21 public int State;
22
23 // Token: 0x04003674 RID: 13940
24 public int TimeOutTimer;
25
26 // Token: 0x04003675 RID: 13941
27 public string StatusText;
28
29 // Token: 0x04003676 RID: 13942
30 public int StatusCount;
31
32 // Token: 0x04003677 RID: 13943
33 public int StatusMax;
34 }
35}