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
ItemRarity.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000A61 RID: 2657
8 public class ItemRarity
9 {
10 // Token: 0x06004E82 RID: 20098 RVA: 0x00276D60 File Offset: 0x00274F60
11 public static void Initialize()
12 {
13 if (!true)
14 {
15 }
16 }
17
18 // Token: 0x06004E83 RID: 20099 RVA: 0x00276D70 File Offset: 0x00274F70
19 public static Color GetColor(int rarity)
20 {
21 if (!true)
22 {
23 }
24 if (!true)
25 {
26 }
27 if (!true)
28 {
29 }
30 return 1;
31 }
32
33 // Token: 0x06004E84 RID: 20100 RVA: 0x00276D8C File Offset: 0x00274F8C
34 public ItemRarity()
35 {
36 }
37
38 // Token: 0x06004E85 RID: 20101 RVA: 0x00276DA0 File Offset: 0x00274FA0
39 // Note: this type is marked as 'beforefieldinit'.
40 static ItemRarity()
41 {
42 }
43
44 // Token: 0x040087A7 RID: 34727
46 }
47}
static Color GetColor(int rarity)
Definition ItemRarity.cs:19
static Dictionary< int, Color > _rarities
Definition ItemRarity.cs:45