terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RemoteServer.cs
Go to the documentation of this file.
1using System;
4using Telepathy;
5
6namespace Terraria
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200044B")]
9 public class RemoteServer
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6002965")]
12 [global::Cpp2ILInjected.Address(RVA = "0x115ADB0", Offset = "0x115ADB0", Length = "0x60")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Netplay), Member = ".cctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Server), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 public RemoteServer()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x4003678")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
25 public Server Client;
26
27 [global::Cpp2ILInjected.Token(Token = "0x4003679")]
28 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
29 public bool IsActive;
30
31 [global::Cpp2ILInjected.Token(Token = "0x400367A")]
32 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
33 public int State;
34
35 [global::Cpp2ILInjected.Token(Token = "0x400367B")]
36 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
37 public int TimeOutTimer;
38
39 [global::Cpp2ILInjected.Token(Token = "0x400367C")]
40 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
41 public string StatusText;
42
43 [global::Cpp2ILInjected.Token(Token = "0x400367D")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
45 public int StatusCount;
46
47 [global::Cpp2ILInjected.Token(Token = "0x400367E")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
49 public int StatusMax;
50 }
51}
class f__AnonymousType0<< Count > j__TPar