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
GUIJourneyToggleSetting.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x02000188 RID: 392
6{
7 // Token: 0x06000B0F RID: 2831 RVA: 0x00037F78 File Offset: 0x00036178
9 : base(id)
10 {
11 }
12
13 // Token: 0x06000B10 RID: 2832 RVA: 0x00037F8C File Offset: 0x0003618C
14 public override void Draw()
15 {
16 int num = 1;
17 base.Draw();
18 if (num == 0)
19 {
20 }
21 }
22
23 // Token: 0x06000B11 RID: 2833 RVA: 0x000021DB File Offset: 0x000003DB
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28
29 // Token: 0x04000B96 RID: 2966
30 private float iconScale;
31}
class f__AnonymousType0<< Count > j__TPar
GUISettingID
override SettingsOverlayToggle_Layout GetLayout()
GUIJourneyToggleSetting(GUISettingID id)