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
PrefixLegacy.cs
Go to the documentation of this file.
1using System;
2using Terraria.ID;
3
5{
6 // Token: 0x02000829 RID: 2089
7 public class PrefixLegacy
8 {
9 // Token: 0x060042DA RID: 17114 RVA: 0x0024CC54 File Offset: 0x0024AE54
10 public PrefixLegacy()
11 {
12 }
13
14 // Token: 0x0200082A RID: 2090
15 public class Prefixes
16 {
17 // Token: 0x060042DB RID: 17115 RVA: 0x0024CC68 File Offset: 0x0024AE68
18 public Prefixes()
19 {
20 }
21
22 // Token: 0x060042DC RID: 17116 RVA: 0x0024CC7C File Offset: 0x0024AE7C
23 // Note: this type is marked as 'beforefieldinit'.
24 static Prefixes()
25 {
26 }
27
28 // Token: 0x0400811E RID: 33054
29 public static int[] PrefixesForSwords;
30
31 // Token: 0x0400811F RID: 33055
32 public static int[] PrefixesForSpears;
33
34 // Token: 0x04008120 RID: 33056
35 public static int[] PrefixesForGunsBows;
36
37 // Token: 0x04008121 RID: 33057
38 public static int[] PrefixesForMagicAndSummons;
39
40 // Token: 0x04008122 RID: 33058
42
43 // Token: 0x04008123 RID: 33059
45
46 // Token: 0x04008124 RID: 33060
47 public static int[] PrefixesForAccessories;
48 }
49
50 // Token: 0x0200082B RID: 2091
51 public class ItemSets
52 {
53 // Token: 0x060042DD RID: 17117 RVA: 0x0024CC8C File Offset: 0x0024AE8C
54 public ItemSets()
55 {
56 }
57
58 // Token: 0x060042DE RID: 17118 RVA: 0x0024CCA0 File Offset: 0x0024AEA0
59 // Note: this type is marked as 'beforefieldinit'.
60 static ItemSets()
61 {
62 }
63
64 // Token: 0x04008125 RID: 33061
65 public static SetFactory Factory;
66
67 // Token: 0x04008126 RID: 33062
68 public static bool[] BoomerangsChakrams;
69
70 // Token: 0x04008127 RID: 33063
71 public static bool[] ItemsThatCanHaveLegendary2;
72
73 // Token: 0x04008128 RID: 33064
74 public static bool[] MagicAndSummon;
75
76 // Token: 0x04008129 RID: 33065
77 public static bool[] GunsBows;
78
79 // Token: 0x0400812A RID: 33066
81
82 // Token: 0x0400812B RID: 33067
83 public static bool[] SwordsHammersAxesPicks;
84 }
85 }
86}