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
GUILogo.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x02000261 RID: 609
4public class GUILogo
5{
6 // Token: 0x06000DAC RID: 3500 RVA: 0x00041960 File Offset: 0x0003FB60
7 public void Draw()
8 {
9 int num = 43691;
10 if (num != 0)
11 {
12 return;
13 }
14 if (false)
15 {
16 return;
17 }
18 }
19
20 // Token: 0x06000DAD RID: 3501 RVA: 0x000419C8 File Offset: 0x0003FBC8
21 public GUILogo()
22 {
23 }
24
25 // Token: 0x04001943 RID: 6467
26 private int LogoA = 255;
27
28 // Token: 0x04001944 RID: 6468
29 private int LogoB;
30
31 // Token: 0x04001945 RID: 6469
32 private bool LogoT;
33}
bool LogoT
Definition GUILogo.cs:32
int LogoA
Definition GUILogo.cs:26
void Draw()
Definition GUILogo.cs:7
int LogoB
Definition GUILogo.cs:29
GUILogo()
Definition GUILogo.cs:21