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
AchievementIcon.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x0200018E RID: 398
6public class AchievementIcon
7{
8 // Token: 0x06000B49 RID: 2889 RVA: 0x00039254 File Offset: 0x00037454
9 private void Awake()
10 {
11 }
12
13 // Token: 0x06000B4A RID: 2890 RVA: 0x00039264 File Offset: 0x00037464
15 {
16 }
17
18 // Token: 0x04000C16 RID: 3094
20
21 // Token: 0x04000C17 RID: 3095
22 public string SpriteTextureID;
23
24 // Token: 0x04000C18 RID: 3096
25 public string BorderTextureID;
26
27 // Token: 0x04000C19 RID: 3097
29
30 // Token: 0x04000C1A RID: 3098
31 public int SpriteIconSize;
32
33 // Token: 0x04000C1B RID: 3099
35
36 // Token: 0x04000C1C RID: 3100
37 public int SpriteIconsPerRow = 8;
38
39 // Token: 0x04000C1D RID: 3101
41
42 // Token: 0x04000C1E RID: 3102
44
45 // Token: 0x04000C1F RID: 3103
46 public float IconScale = (float)16256;
47}
static AchievementIcon Instance
Panel_Layout Backing