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
GUICredits.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x02000258 RID: 600
5public class GUICredits
6{
7 // Token: 0x06000D6B RID: 3435 RVA: 0x00040184 File Offset: 0x0003E384
8 public void Draw()
9 {
10 Main.menuMode = 0;
11 }
12
13 // Token: 0x06000D6C RID: 3436 RVA: 0x000401A0 File Offset: 0x0003E3A0
14 public GUICredits()
15 {
16 }
17
18 // Token: 0x040018DA RID: 6362
19 private float scale0;
20
21 // Token: 0x040018DB RID: 6363
22 private float scale1;
23
24 // Token: 0x040018DC RID: 6364
25 private float scale2;
26
27 // Token: 0x040018DD RID: 6365
29}
class f__AnonymousType0<< Count > j__TPar
float scale2
Definition GUICredits.cs:25
void Draw()
Definition GUICredits.cs:8
float scale0
Definition GUICredits.cs:19
DateTime updateTime
Definition GUICredits.cs:28
float scale1
Definition GUICredits.cs:22