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
GUIMultiplayerServerIP.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x0200026E RID: 622
6{
7 // Token: 0x06000E00 RID: 3584 RVA: 0x00043604 File Offset: 0x00041804
8 public void Draw()
9 {
10 bool flag = this.editingServerIP;
11 if (flag)
12 {
13 string text = this.editGetIP;
14 string text2;
15 this.editGetIP = text2;
16 if (!flag)
17 {
18 bool flag2 = string.IsNullOrWhiteSpace(this.editGetIP);
19 return;
20 }
22 Main.menuMode = 449;
23 }
24 if (flag)
25 {
26 return;
27 }
28 string text3 = this.editGetIP;
29 if (!flag)
30 {
31 }
32 if (!flag)
33 {
34 }
35 }
36
37 // Token: 0x06000E01 RID: 3585 RVA: 0x00043670 File Offset: 0x00041870
39 {
40 }
41
42 // Token: 0x040019AE RID: 6574
43 public bool editingServerIP;
44
45 // Token: 0x040019AF RID: 6575
46 public string editGetIP;
47}
class f__AnonymousType0<< Count > j__TPar
static void CloseKeyboard()
Definition Main.cs:8523