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
GUIDeleteDedicatedServer.cs
Go to the documentation of this file.
1using System;
2using Terraria;
4
5// Token: 0x02000259 RID: 601
7{
8 // Token: 0x06000D6D RID: 3437 RVA: 0x000401B4 File Offset: 0x0003E3B4
9 public void Draw()
10 {
11 if (!true)
12 {
13 }
14 if (!true)
15 {
16 }
17 long num = 0L;
18 string textValue = Language.GetTextValue("Mobile.RemoveServerList", num);
21 {
22 }
25 {
26 }
27 }
28
29 // Token: 0x06000D6E RID: 3438 RVA: 0x000401E4 File Offset: 0x0003E3E4
30 private void Delete()
31 {
32 Main.menuMode = 446;
33 }
34
35 // Token: 0x06000D6F RID: 3439 RVA: 0x000401FC File Offset: 0x0003E3FC
36 private void Back()
37 {
38 Main.menuMode = 446;
39 }
40
41 // Token: 0x06000D70 RID: 3440 RVA: 0x00040214 File Offset: 0x0003E414
43 {
44 }
45
46 // Token: 0x040018DE RID: 6366
47 private float scale0;
48
49 // Token: 0x040018DF RID: 6367
50 private float scale1;
51
52 // Token: 0x040018E0 RID: 6368
53 private float scale2;
54}
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54