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
GUIMultiplayerMenu.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x0200026D RID: 621
6{
7 // Token: 0x06000DFE RID: 3582 RVA: 0x00043578 File Offset: 0x00041778
8 public void Draw()
9 {
10 bool mouseLeft = Main.mouseLeft;
11 bool mouseLeftRelease = Main.mouseLeftRelease;
13 Main.menuMode = 1;
17 Main.menuMode = 1;
20 Main.menuMode = 0;
21 }
22
23 // Token: 0x06000DFF RID: 3583 RVA: 0x000435F0 File Offset: 0x000417F0
25 {
26 }
27
28 // Token: 0x040019AB RID: 6571
29 private float scale0;
30
31 // Token: 0x040019AC RID: 6572
32 private float scale1;
33
34 // Token: 0x040019AD RID: 6573
35 private float scale2;
36}
class f__AnonymousType0<< Count > j__TPar
static void LoadPlayers()
Definition Main.cs:5731
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671