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
GUIStatusMenu.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x02000281 RID: 641
5public class GUIStatusMenu
6{
7 // Token: 0x06000E91 RID: 3729 RVA: 0x000475C4 File Offset: 0x000457C4
8 public void Draw()
9 {
10 if (!true)
11 {
12 }
14 }
15
16 // Token: 0x06000E92 RID: 3730 RVA: 0x000475DC File Offset: 0x000457DC
18 {
19 }
20
21 // Token: 0x04001A80 RID: 6784
22 private float scale0;
23
24 // Token: 0x04001A81 RID: 6785
25 private float scale1;
26
27 // Token: 0x04001A82 RID: 6786
28 private float scale2;
29}
static void ClearVisualPostProcessEffects()
Definition Main.cs:14075