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
GUISaveSynchronisation.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x02000298 RID: 664
5{
6 // Token: 0x06000F8D RID: 3981 RVA: 0x0004E134 File Offset: 0x0004C334
7 public static void Open()
8 {
9 }
10
11 // Token: 0x06000F8E RID: 3982 RVA: 0x0004E144 File Offset: 0x0004C344
12 public static void Close()
13 {
14 }
15
16 // Token: 0x06000F8F RID: 3983 RVA: 0x0004E154 File Offset: 0x0004C354
17 public static void Draw()
18 {
20 }
21
22 // Token: 0x06000F90 RID: 3984 RVA: 0x0004E17C File Offset: 0x0004C37C
23 private static void DrawConnectingState()
24 {
26 }
27
28 // Token: 0x06000F91 RID: 3985 RVA: 0x0004E194 File Offset: 0x0004C394
29 private static void DrawHostedState()
30 {
32 }
33
34 // Token: 0x06000F92 RID: 3986 RVA: 0x0004E1A8 File Offset: 0x0004C3A8
35 private static void DrawClientState()
36 {
38 }
39
40 // Token: 0x06000F93 RID: 3987 RVA: 0x0004E1BC File Offset: 0x0004C3BC
42 {
43 }
44
45 // Token: 0x04001C30 RID: 7216
46 public static bool Enabled;
47}