terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ItemSorting.cs
Go to the documentation of this file.
1using System;
3using System.Linq;
10
11namespace Terraria.UI
12{
13 [global::Cpp2ILInjected.Token(Token = "0x20006E5")]
14 public class ItemSorting
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6003B3D")]
17 [global::Cpp2ILInjected.Address(RVA = "0x147D778", Offset = "0x147D778", Length = "0x1234")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "Initialize_AlmostEverything", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<object, object>), Member = "Clear", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
22 {
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<object, object>), Member = "Add", MemberParameters = new object[]
28 {
29 typeof(object),
30 typeof(object)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 117)]
33 public static void SetupWhiteLists()
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6003B3E")]
39 [global::Cpp2ILInjected.Address(RVA = "0x147E9AC", Offset = "0x147E9AC", Length = "0x151C")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "Sort", MemberParameters = new object[]
42 {
43 typeof(Item[]),
44 typeof(bool),
45 typeof(int[])
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clear", MemberParameters = new object[]
50 {
52 typeof(int),
53 typeof(int)
54 }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<float>), Member = ".ctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<float>), Member = ".ctor", MemberParameters = new object[]
57 {
58 typeof(object),
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<float>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<float>) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<float>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<float>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 38)]
66 private static void SetupSortingPriorities()
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6003B3F")]
72 [global::Cpp2ILInjected.Address(RVA = "0x147FEC8", Offset = "0x147FEC8", Length = "0x9FC")]
73 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "SortInventory", ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "SortChest", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "SetupSortingPriorities", ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Contains", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
80 {
82 typeof(int)
83 }, ReturnType = typeof(bool))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = ".ctor", ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Contains", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "AddRange", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSlot), Member = "SetGlow", MemberParameters = new object[]
99 {
100 typeof(int),
101 typeof(float),
102 typeof(bool)
103 }, ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "set_Item", MemberParameters = new object[]
105 {
106 typeof(int),
107 typeof(int)
108 }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 56)]
112 private static void Sort(Item[] inv, bool fromChest, params int[] ignoreSlots)
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x6003B40")]
118 [global::Cpp2ILInjected.Address(RVA = "0x14808C4", Offset = "0x14808C4", Length = "0x120")]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPageOptions), Member = "DrawSort", ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_LocalPlayer", ReturnType = typeof(Player))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "HasItem", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "SortCoins", ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "SortAmmo", ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
127 {
128 typeof(Array),
130 }, ReturnType = typeof(void))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "Sort", MemberParameters = new object[]
132 {
133 typeof(Item[]),
134 typeof(bool),
135 typeof(int[])
136 }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
138 public static void SortInventory()
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x6003B41")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1480D6C", Offset = "0x1480D6C", Length = "0x424")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPageOptions), Member = "DrawChestSort", ReturnType = typeof(void))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChestUI), Member = "DrawButton", MemberParameters = new object[]
148 {
150 typeof(int),
151 typeof(int),
152 typeof(int)
153 }, ReturnType = typeof(void))]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tuple), Member = "Create", MemberTypeParameters = new object[] { "T1", "T2", "T3" }, MemberParameters = new object[] { "T1", "T2", "T3" }, ReturnType = "System.Tuple`3<T1, T2, T3>")]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "Sort", MemberParameters = new object[]
158 {
159 typeof(Item[]),
160 typeof(bool),
161 typeof(int[])
162 }, ReturnType = typeof(void))]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_NetClientOnly", ReturnType = typeof(bool))]
164 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetMessage), Member = "SendData", MemberParameters = new object[]
165 {
166 typeof(int),
167 typeof(int),
168 typeof(int),
170 typeof(int),
171 typeof(float),
172 typeof(float),
173 typeof(float),
174 typeof(int),
175 typeof(int),
176 typeof(int)
177 }, ReturnType = typeof(void))]
178 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 26)]
179 public static void SortChest()
180 {
181 throw null;
182 }
183
184 [global::Cpp2ILInjected.Token(Token = "0x6003B42")]
185 [global::Cpp2ILInjected.Address(RVA = "0x1480D1C", Offset = "0x1480D1C", Length = "0x50")]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "SortInventory", ReturnType = typeof(void))]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "ClearAmmoSlotSpaces", ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "FillAmmoFromInventory", ReturnType = typeof(void))]
190 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
191 public static void SortAmmo()
192 {
193 throw null;
194 }
195
196 [global::Cpp2ILInjected.Token(Token = "0x6003B43")]
197 [global::Cpp2ILInjected.Address(RVA = "0x14812F0", Offset = "0x14812F0", Length = "0x494")]
198 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "SortAmmo", ReturnType = typeof(void))]
200 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSlot), Member = "SetGlow", MemberParameters = new object[]
204 {
205 typeof(int),
206 typeof(float),
207 typeof(bool)
208 }, ReturnType = typeof(void))]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_IsAir", ReturnType = typeof(bool))]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Contains", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "RefillItemStack", MemberParameters = new object[]
212 {
213 typeof(Item[]),
214 typeof(Item),
215 typeof(int),
216 typeof(int)
217 }, ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "CanFillEmptyAmmoSlot", ReturnType = typeof(bool))]
219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
220 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "Swap", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
222 {
223 typeof(ref object),
224 typeof(ref object)
225 }, ReturnType = typeof(void))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "FitsAmmoSlot", ReturnType = typeof(bool))]
227 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
228 public static void FillAmmoFromInventory()
229 {
230 throw null;
231 }
232
233 [global::Cpp2ILInjected.Token(Token = "0x6003B44")]
234 [global::Cpp2ILInjected.Address(RVA = "0x1481190", Offset = "0x1481190", Length = "0x160")]
235 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "SortAmmo", ReturnType = typeof(void))]
237 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_IsAir", ReturnType = typeof(bool))]
240 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "RefillItemStack", MemberParameters = new object[]
241 {
242 typeof(Item[]),
243 typeof(Item),
244 typeof(int),
245 typeof(int)
246 }, ReturnType = typeof(void))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSorting), Member = "TrySlidingUp", MemberParameters = new object[]
248 {
249 typeof(Item[]),
250 typeof(int),
251 typeof(int)
252 }, ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
254 public static void ClearAmmoSlotSpaces()
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x6003B45")]
260 [global::Cpp2ILInjected.Address(RVA = "0x14809E4", Offset = "0x14809E4", Length = "0x338")]
261 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "SortInventory", ReturnType = typeof(void))]
263 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_LocalPlayer", ReturnType = typeof(Player))]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "CoinsCount", MemberParameters = new object[]
266 {
267 typeof(ref bool),
268 typeof(Item[]),
269 typeof(int[])
270 }, ReturnType = typeof(long))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "CoinsSplit", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(int[]))]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "TurnToAir", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_IsAir", ReturnType = typeof(bool))]
274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "SetDefaults", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "GetItemSource_Misc", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(IEntitySource))]
276 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "QuickSpawnItem", MemberParameters = new object[]
277 {
279 typeof(int),
280 typeof(int)
281 }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
283 private static void SortCoins()
284 {
285 throw null;
286 }
287
288 [global::Cpp2ILInjected.Token(Token = "0x6003B46")]
289 [global::Cpp2ILInjected.Address(RVA = "0x1481784", Offset = "0x1481784", Length = "0xB4")]
290 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "FillAmmoFromInventory", ReturnType = typeof(void))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "ClearAmmoSlotSpaces", ReturnType = typeof(void))]
293 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
294 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "TurnToAir", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
296 {
297 throw null;
298 }
299
300 [global::Cpp2ILInjected.Token(Token = "0x6003B47")]
301 [global::Cpp2ILInjected.Address(RVA = "0x1481838", Offset = "0x1481838", Length = "0xC4")]
302 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSorting), Member = "ClearAmmoSlotSpaces", ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
305 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_IsAir", ReturnType = typeof(bool))]
306 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "Swap", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
307 {
308 typeof(ref object),
309 typeof(ref object)
310 }, ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
312 private static void TrySlidingUp(Item[] inv, int slot, int minimumIndex)
313 {
314 throw null;
315 }
316
317 [global::Cpp2ILInjected.Token(Token = "0x6003B48")]
318 [global::Cpp2ILInjected.Address(RVA = "0x14818FC", Offset = "0x14818FC", Length = "0x8")]
319 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
321 public ItemSorting()
322 {
323 throw null;
324 }
325
326 // Note: this type is marked as 'beforefieldinit'.
327 [global::Cpp2ILInjected.Token(Token = "0x6003B49")]
328 [global::Cpp2ILInjected.Address(RVA = "0x1481904", Offset = "0x1481904", Length = "0xDC")]
329 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
331 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<object, object>), Member = ".ctor", ReturnType = typeof(void))]
332 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
333 static ItemSorting()
334 {
335 throw null;
336 }
337
338 [global::Cpp2ILInjected.Token(Token = "0x4007B06")]
340
341 [global::Cpp2ILInjected.Token(Token = "0x4007B07")]
343
344 [global::Cpp2ILInjected.Token(Token = "0x20006E6")]
345 private class ItemSortingLayer
346 {
347 [global::Cpp2ILInjected.Token(Token = "0x6003B4A")]
348 [global::Cpp2ILInjected.Address(RVA = "0x14819E0", Offset = "0x14819E0", Length = "0x2C")]
349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
352 {
353 throw null;
354 }
355
356 [global::Cpp2ILInjected.Token(Token = "0x6003B4B")]
357 [global::Cpp2ILInjected.Address(RVA = "0x1481A0C", Offset = "0x1481A0C", Length = "0x154")]
358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_0", MemberParameters = new object[]
359 {
361 typeof(Item[]),
363 }, ReturnType = typeof(List<int>))]
364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_1", MemberParameters = new object[]
365 {
367 typeof(Item[]),
369 }, ReturnType = typeof(List<int>))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_2", MemberParameters = new object[]
371 {
372 typeof(ItemSorting.ItemSortingLayer),
373 typeof(Item[]),
375 }, ReturnType = typeof(List<int>))]
376 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_3", MemberParameters = new object[]
377 {
378 typeof(ItemSorting.ItemSortingLayer),
379 typeof(Item[]),
381 }, ReturnType = typeof(List<int>))]
382 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_4", MemberParameters = new object[]
383 {
384 typeof(ItemSorting.ItemSortingLayer),
385 typeof(Item[]),
387 }, ReturnType = typeof(List<int>))]
388 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_5", MemberParameters = new object[]
389 {
390 typeof(ItemSorting.ItemSortingLayer),
391 typeof(Item[]),
393 }, ReturnType = typeof(List<int>))]
394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_6", MemberParameters = new object[]
395 {
396 typeof(ItemSorting.ItemSortingLayer),
397 typeof(Item[]),
399 }, ReturnType = typeof(List<int>))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_7", MemberParameters = new object[]
401 {
402 typeof(ItemSorting.ItemSortingLayer),
403 typeof(Item[]),
405 }, ReturnType = typeof(List<int>))]
406 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_8", MemberParameters = new object[]
407 {
408 typeof(ItemSorting.ItemSortingLayer),
409 typeof(Item[]),
411 }, ReturnType = typeof(List<int>))]
412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_9", MemberParameters = new object[]
413 {
414 typeof(ItemSorting.ItemSortingLayer),
415 typeof(Item[]),
417 }, ReturnType = typeof(List<int>))]
418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_10", MemberParameters = new object[]
419 {
420 typeof(ItemSorting.ItemSortingLayer),
421 typeof(Item[]),
423 }, ReturnType = typeof(List<int>))]
424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_11", MemberParameters = new object[]
425 {
426 typeof(ItemSorting.ItemSortingLayer),
427 typeof(Item[]),
429 }, ReturnType = typeof(List<int>))]
430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_12", MemberParameters = new object[]
431 {
432 typeof(ItemSorting.ItemSortingLayer),
433 typeof(Item[]),
435 }, ReturnType = typeof(List<int>))]
436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_13", MemberParameters = new object[]
437 {
438 typeof(ItemSorting.ItemSortingLayer),
439 typeof(Item[]),
441 }, ReturnType = typeof(List<int>))]
442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_14", MemberParameters = new object[]
443 {
444 typeof(ItemSorting.ItemSortingLayer),
445 typeof(Item[]),
447 }, ReturnType = typeof(List<int>))]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_15", MemberParameters = new object[]
449 {
450 typeof(ItemSorting.ItemSortingLayer),
451 typeof(Item[]),
453 }, ReturnType = typeof(List<int>))]
454 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_16", MemberParameters = new object[]
455 {
456 typeof(ItemSorting.ItemSortingLayer),
457 typeof(Item[]),
459 }, ReturnType = typeof(List<int>))]
460 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_17", MemberParameters = new object[]
461 {
462 typeof(ItemSorting.ItemSortingLayer),
463 typeof(Item[]),
465 }, ReturnType = typeof(List<int>))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_18", MemberParameters = new object[]
467 {
468 typeof(ItemSorting.ItemSortingLayer),
469 typeof(Item[]),
471 }, ReturnType = typeof(List<int>))]
472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_19", MemberParameters = new object[]
473 {
474 typeof(ItemSorting.ItemSortingLayer),
475 typeof(Item[]),
477 }, ReturnType = typeof(List<int>))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_20", MemberParameters = new object[]
479 {
480 typeof(ItemSorting.ItemSortingLayer),
481 typeof(Item[]),
483 }, ReturnType = typeof(List<int>))]
484 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_21", MemberParameters = new object[]
485 {
486 typeof(ItemSorting.ItemSortingLayer),
487 typeof(Item[]),
489 }, ReturnType = typeof(List<int>))]
490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_22", MemberParameters = new object[]
491 {
492 typeof(ItemSorting.ItemSortingLayer),
493 typeof(Item[]),
495 }, ReturnType = typeof(List<int>))]
496 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_23", MemberParameters = new object[]
497 {
498 typeof(ItemSorting.ItemSortingLayer),
499 typeof(Item[]),
501 }, ReturnType = typeof(List<int>))]
502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_24", MemberParameters = new object[]
503 {
504 typeof(ItemSorting.ItemSortingLayer),
505 typeof(Item[]),
507 }, ReturnType = typeof(List<int>))]
508 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_25", MemberParameters = new object[]
509 {
510 typeof(ItemSorting.ItemSortingLayer),
511 typeof(Item[]),
513 }, ReturnType = typeof(List<int>))]
514 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_26", MemberParameters = new object[]
515 {
516 typeof(ItemSorting.ItemSortingLayer),
517 typeof(Item[]),
519 }, ReturnType = typeof(List<int>))]
520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_27", MemberParameters = new object[]
521 {
522 typeof(ItemSorting.ItemSortingLayer),
523 typeof(Item[]),
525 }, ReturnType = typeof(List<int>))]
526 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_28", MemberParameters = new object[]
527 {
528 typeof(ItemSorting.ItemSortingLayer),
529 typeof(Item[]),
531 }, ReturnType = typeof(List<int>))]
532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_29", MemberParameters = new object[]
533 {
534 typeof(ItemSorting.ItemSortingLayer),
535 typeof(Item[]),
537 }, ReturnType = typeof(List<int>))]
538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_30", MemberParameters = new object[]
539 {
540 typeof(ItemSorting.ItemSortingLayer),
541 typeof(Item[]),
543 }, ReturnType = typeof(List<int>))]
544 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_31", MemberParameters = new object[]
545 {
546 typeof(ItemSorting.ItemSortingLayer),
547 typeof(Item[]),
549 }, ReturnType = typeof(List<int>))]
550 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_32", MemberParameters = new object[]
551 {
552 typeof(ItemSorting.ItemSortingLayer),
553 typeof(Item[]),
555 }, ReturnType = typeof(List<int>))]
556 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_33", MemberParameters = new object[]
557 {
558 typeof(ItemSorting.ItemSortingLayer),
559 typeof(Item[]),
561 }, ReturnType = typeof(List<int>))]
562 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_34", MemberParameters = new object[]
563 {
564 typeof(ItemSorting.ItemSortingLayer),
565 typeof(Item[]),
567 }, ReturnType = typeof(List<int>))]
568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_35", MemberParameters = new object[]
569 {
570 typeof(ItemSorting.ItemSortingLayer),
571 typeof(Item[]),
573 }, ReturnType = typeof(List<int>))]
574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_36", MemberParameters = new object[]
575 {
576 typeof(ItemSorting.ItemSortingLayer),
577 typeof(Item[]),
579 }, ReturnType = typeof(List<int>))]
580 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting.ItemSortingLayers.<>c", Member = "<.cctor>b__39_37", MemberParameters = new object[]
581 {
582 typeof(ItemSorting.ItemSortingLayer),
583 typeof(Item[]),
585 }, ReturnType = typeof(List<int>))]
586 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 38)]
587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
588 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<object, object>), Member = "TryGetValue", MemberParameters = new object[]
589 {
590 typeof(object),
591 typeof(ref object)
592 }, ReturnType = typeof(bool))]
593 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
594 {
595 typeof(object),
597 }, ReturnType = typeof(void))]
598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
599 {
602 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
603 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
604 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
606 {
607 throw null;
608 }
609
610 [global::Cpp2ILInjected.Token(Token = "0x6003B4C")]
611 [global::Cpp2ILInjected.Address(RVA = "0x1481B68", Offset = "0x1481B68", Length = "0x8")]
612 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
613 public override string ToString()
614 {
615 throw null;
616 }
617
618 [global::Cpp2ILInjected.Token(Token = "0x4007B08")]
619 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
620 public readonly string Name;
621
622 [global::Cpp2ILInjected.Token(Token = "0x4007B09")]
623 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
625
627 [global::Cpp2ILInjected.Token(Token = "0x20006E7")]
628 private sealed class <>c__DisplayClass3_0
629 {
630 [global::Cpp2ILInjected.Token(Token = "0x6003B4D")]
631 [global::Cpp2ILInjected.Address(RVA = "0x1481B60", Offset = "0x1481B60", Length = "0x8")]
632 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
633 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
635 {
636 throw null;
637 }
638
639 [global::Cpp2ILInjected.Token(Token = "0x6003B4E")]
640 [global::Cpp2ILInjected.Address(RVA = "0x1481B70", Offset = "0x1481B70", Length = "0x60")]
641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Contains", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
643 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
644 internal bool <Validate>b__0(int i)
645 {
646 throw null;
647 }
648
649 [global::Cpp2ILInjected.Token(Token = "0x4007B0A")]
650 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
651 public List<int> list;
652
653 [global::Cpp2ILInjected.Token(Token = "0x4007B0B")]
654 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
655 public Item[] inv;
656 }
657 }
658
659 [global::Cpp2ILInjected.Token(Token = "0x20006E8")]
660 private class ItemSortingLayers
661 {
662 [global::Cpp2ILInjected.Token(Token = "0x6003B4F")]
663 [global::Cpp2ILInjected.Address(RVA = "0x1481BD0", Offset = "0x1481BD0", Length = "0x8")]
664 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
665 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
667 {
668 throw null;
669 }
670
671 // Note: this type is marked as 'beforefieldinit'.
672 [global::Cpp2ILInjected.Token(Token = "0x6003B50")]
673 [global::Cpp2ILInjected.Address(RVA = "0x1481BD8", Offset = "0x1481BD8", Length = "0x1278")]
674 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
675 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<object, object, object, object>), Member = ".ctor", MemberParameters = new object[]
676 {
677 typeof(object),
679 }, ReturnType = typeof(void))]
680 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
681 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 157)]
683 {
684 throw null;
685 }
686
687 [global::Cpp2ILInjected.Token(Token = "0x4007B0C")]
689
690 [global::Cpp2ILInjected.Token(Token = "0x4007B0D")]
692
693 [global::Cpp2ILInjected.Token(Token = "0x4007B0E")]
695
696 [global::Cpp2ILInjected.Token(Token = "0x4007B0F")]
698
699 [global::Cpp2ILInjected.Token(Token = "0x4007B10")]
701
702 [global::Cpp2ILInjected.Token(Token = "0x4007B11")]
704
705 [global::Cpp2ILInjected.Token(Token = "0x4007B12")]
707
708 [global::Cpp2ILInjected.Token(Token = "0x4007B13")]
710
711 [global::Cpp2ILInjected.Token(Token = "0x4007B14")]
713
714 [global::Cpp2ILInjected.Token(Token = "0x4007B15")]
716
717 [global::Cpp2ILInjected.Token(Token = "0x4007B16")]
719
720 [global::Cpp2ILInjected.Token(Token = "0x4007B17")]
722
723 [global::Cpp2ILInjected.Token(Token = "0x4007B18")]
725
726 [global::Cpp2ILInjected.Token(Token = "0x4007B19")]
728
729 [global::Cpp2ILInjected.Token(Token = "0x4007B1A")]
731
732 [global::Cpp2ILInjected.Token(Token = "0x4007B1B")]
734
735 [global::Cpp2ILInjected.Token(Token = "0x4007B1C")]
737
738 [global::Cpp2ILInjected.Token(Token = "0x4007B1D")]
740
741 [global::Cpp2ILInjected.Token(Token = "0x4007B1E")]
743
744 [global::Cpp2ILInjected.Token(Token = "0x4007B1F")]
746
747 [global::Cpp2ILInjected.Token(Token = "0x4007B20")]
749
750 [global::Cpp2ILInjected.Token(Token = "0x4007B21")]
752
753 [global::Cpp2ILInjected.Token(Token = "0x4007B22")]
755
756 [global::Cpp2ILInjected.Token(Token = "0x4007B23")]
758
759 [global::Cpp2ILInjected.Token(Token = "0x4007B24")]
761
762 [global::Cpp2ILInjected.Token(Token = "0x4007B25")]
764
765 [global::Cpp2ILInjected.Token(Token = "0x4007B26")]
767
768 [global::Cpp2ILInjected.Token(Token = "0x4007B27")]
770
771 [global::Cpp2ILInjected.Token(Token = "0x4007B28")]
773
774 [global::Cpp2ILInjected.Token(Token = "0x4007B29")]
776
777 [global::Cpp2ILInjected.Token(Token = "0x4007B2A")]
779
780 [global::Cpp2ILInjected.Token(Token = "0x4007B2B")]
782
783 [global::Cpp2ILInjected.Token(Token = "0x4007B2C")]
785
786 [global::Cpp2ILInjected.Token(Token = "0x4007B2D")]
788
789 [global::Cpp2ILInjected.Token(Token = "0x4007B2E")]
791
792 [global::Cpp2ILInjected.Token(Token = "0x4007B2F")]
794
795 [global::Cpp2ILInjected.Token(Token = "0x4007B30")]
797
798 [global::Cpp2ILInjected.Token(Token = "0x4007B31")]
800
802 [global::Cpp2ILInjected.Token(Token = "0x20006E9")]
803 private sealed class <>c__DisplayClass39_0
804 {
805 [global::Cpp2ILInjected.Token(Token = "0x6003B51")]
806 [global::Cpp2ILInjected.Address(RVA = "0x1482E50", Offset = "0x1482E50", Length = "0x8")]
807 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
808 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
810 {
811 throw null;
812 }
813
814 [global::Cpp2ILInjected.Token(Token = "0x6003B52")]
815 [global::Cpp2ILInjected.Address(RVA = "0x1482E58", Offset = "0x1482E58", Length = "0x64")]
816 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
817 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
818 internal bool <.cctor>b__38(int i)
819 {
820 throw null;
821 }
822
823 [global::Cpp2ILInjected.Token(Token = "0x6003B53")]
824 [global::Cpp2ILInjected.Address(RVA = "0x1482EBC", Offset = "0x1482EBC", Length = "0xC4")]
825 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
826 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
827 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
828 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
829 internal int <.cctor>b__39(int x, int y)
830 {
831 throw null;
832 }
833
834 [global::Cpp2ILInjected.Token(Token = "0x4007B32")]
835 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
836 public Item[] inv;
837 }
838
840 [global::Cpp2ILInjected.Token(Token = "0x20006EA")]
841 private sealed class <>c__DisplayClass39_1
842 {
843 [global::Cpp2ILInjected.Token(Token = "0x6003B54")]
844 [global::Cpp2ILInjected.Address(RVA = "0x1482F80", Offset = "0x1482F80", Length = "0x8")]
845 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
846 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
848 {
849 throw null;
850 }
851
852 [global::Cpp2ILInjected.Token(Token = "0x6003B55")]
853 [global::Cpp2ILInjected.Address(RVA = "0x1482F88", Offset = "0x1482F88", Length = "0x44")]
854 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
855 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
856 internal bool <.cctor>b__40(int i)
857 {
858 throw null;
859 }
860
861 [global::Cpp2ILInjected.Token(Token = "0x6003B56")]
862 [global::Cpp2ILInjected.Address(RVA = "0x1482FCC", Offset = "0x1482FCC", Length = "0xC4")]
863 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
864 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
865 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
866 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
867 internal int <.cctor>b__41(int x, int y)
868 {
869 throw null;
870 }
871
872 [global::Cpp2ILInjected.Token(Token = "0x4007B33")]
873 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
874 public Item[] inv;
875 }
876
878 [global::Cpp2ILInjected.Token(Token = "0x20006EB")]
879 private sealed class <>c__DisplayClass39_2
880 {
881 [global::Cpp2ILInjected.Token(Token = "0x6003B57")]
882 [global::Cpp2ILInjected.Address(RVA = "0x1483090", Offset = "0x1483090", Length = "0x8")]
883 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
884 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
886 {
887 throw null;
888 }
889
890 [global::Cpp2ILInjected.Token(Token = "0x6003B58")]
891 [global::Cpp2ILInjected.Address(RVA = "0x1483098", Offset = "0x1483098", Length = "0x44")]
892 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
893 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
894 internal bool <.cctor>b__42(int i)
895 {
896 throw null;
897 }
898
899 [global::Cpp2ILInjected.Token(Token = "0x6003B59")]
900 [global::Cpp2ILInjected.Address(RVA = "0x14830DC", Offset = "0x14830DC", Length = "0xC4")]
901 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
903 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
904 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
905 internal int <.cctor>b__43(int x, int y)
906 {
907 throw null;
908 }
909
910 [global::Cpp2ILInjected.Token(Token = "0x4007B34")]
911 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
912 public Item[] inv;
913 }
914
916 [global::Cpp2ILInjected.Token(Token = "0x20006EC")]
917 private sealed class <>c__DisplayClass39_3
918 {
919 [global::Cpp2ILInjected.Token(Token = "0x6003B5A")]
920 [global::Cpp2ILInjected.Address(RVA = "0x14831A0", Offset = "0x14831A0", Length = "0x8")]
921 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
922 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
924 {
925 throw null;
926 }
927
928 [global::Cpp2ILInjected.Token(Token = "0x6003B5B")]
929 [global::Cpp2ILInjected.Address(RVA = "0x14831A8", Offset = "0x14831A8", Length = "0x3C")]
930 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
931 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
932 internal bool <.cctor>b__44(int i)
933 {
934 throw null;
935 }
936
937 [global::Cpp2ILInjected.Token(Token = "0x6003B5C")]
938 [global::Cpp2ILInjected.Address(RVA = "0x14831E4", Offset = "0x14831E4", Length = "0xC4")]
939 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
941 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
942 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
943 internal int <.cctor>b__45(int x, int y)
944 {
945 throw null;
946 }
947
948 [global::Cpp2ILInjected.Token(Token = "0x4007B35")]
949 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
950 public Item[] inv;
951 }
952
954 [global::Cpp2ILInjected.Token(Token = "0x20006ED")]
955 private sealed class <>c__DisplayClass39_4
956 {
957 [global::Cpp2ILInjected.Token(Token = "0x6003B5D")]
958 [global::Cpp2ILInjected.Address(RVA = "0x14832A8", Offset = "0x14832A8", Length = "0x8")]
959 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
960 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
962 {
963 throw null;
964 }
965
966 [global::Cpp2ILInjected.Token(Token = "0x6003B5E")]
967 [global::Cpp2ILInjected.Address(RVA = "0x14832B0", Offset = "0x14832B0", Length = "0x48")]
968 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
969 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
970 internal bool <.cctor>b__46(int i)
971 {
972 throw null;
973 }
974
975 [global::Cpp2ILInjected.Token(Token = "0x6003B5F")]
976 [global::Cpp2ILInjected.Address(RVA = "0x14832F8", Offset = "0x14832F8", Length = "0xC4")]
977 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
978 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
979 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
980 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
981 internal int <.cctor>b__47(int x, int y)
982 {
983 throw null;
984 }
985
986 [global::Cpp2ILInjected.Token(Token = "0x4007B36")]
987 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
988 public Item[] inv;
989 }
990
992 [global::Cpp2ILInjected.Token(Token = "0x20006EE")]
993 private sealed class <>c__DisplayClass39_5
994 {
995 [global::Cpp2ILInjected.Token(Token = "0x6003B60")]
996 [global::Cpp2ILInjected.Address(RVA = "0x14833BC", Offset = "0x14833BC", Length = "0x8")]
997 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
998 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1000 {
1001 throw null;
1002 }
1003
1004 [global::Cpp2ILInjected.Token(Token = "0x6003B61")]
1005 [global::Cpp2ILInjected.Address(RVA = "0x14833C4", Offset = "0x14833C4", Length = "0x30")]
1006 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1007 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1008 internal bool <.cctor>b__48(int i)
1009 {
1010 throw null;
1011 }
1012
1013 [global::Cpp2ILInjected.Token(Token = "0x6003B62")]
1014 [global::Cpp2ILInjected.Address(RVA = "0x14833F4", Offset = "0x14833F4", Length = "0xC4")]
1015 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1016 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1017 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1018 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
1019 internal int <.cctor>b__49(int x, int y)
1020 {
1021 throw null;
1022 }
1023
1024 [global::Cpp2ILInjected.Token(Token = "0x4007B37")]
1025 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1026 public Item[] inv;
1027 }
1028
1030 [global::Cpp2ILInjected.Token(Token = "0x20006EF")]
1031 private sealed class <>c__DisplayClass39_6
1032 {
1033 [global::Cpp2ILInjected.Token(Token = "0x6003B63")]
1034 [global::Cpp2ILInjected.Address(RVA = "0x14834B8", Offset = "0x14834B8", Length = "0x8")]
1035 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1036 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1038 {
1039 throw null;
1040 }
1041
1042 [global::Cpp2ILInjected.Token(Token = "0x6003B64")]
1043 [global::Cpp2ILInjected.Address(RVA = "0x14834C0", Offset = "0x14834C0", Length = "0x30")]
1044 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1045 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1046 internal bool <.cctor>b__50(int i)
1047 {
1048 throw null;
1049 }
1050
1051 [global::Cpp2ILInjected.Token(Token = "0x6003B65")]
1052 [global::Cpp2ILInjected.Address(RVA = "0x14834F0", Offset = "0x14834F0", Length = "0x20")]
1053 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1054 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1055 internal int <.cctor>b__51(int x, int y)
1056 {
1057 throw null;
1058 }
1059
1060 [global::Cpp2ILInjected.Token(Token = "0x4007B38")]
1061 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1062 public Item[] inv;
1063 }
1064
1066 [global::Cpp2ILInjected.Token(Token = "0x20006F0")]
1067 private sealed class <>c__DisplayClass39_7
1068 {
1069 [global::Cpp2ILInjected.Token(Token = "0x6003B66")]
1070 [global::Cpp2ILInjected.Address(RVA = "0x1483510", Offset = "0x1483510", Length = "0x8")]
1071 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1074 {
1075 throw null;
1076 }
1077
1078 [global::Cpp2ILInjected.Token(Token = "0x6003B67")]
1079 [global::Cpp2ILInjected.Address(RVA = "0x1483518", Offset = "0x1483518", Length = "0x30")]
1080 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1081 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1082 internal bool <.cctor>b__52(int i)
1083 {
1084 throw null;
1085 }
1086
1087 [global::Cpp2ILInjected.Token(Token = "0x6003B68")]
1088 [global::Cpp2ILInjected.Address(RVA = "0x1483548", Offset = "0x1483548", Length = "0x20")]
1089 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1090 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1091 internal int <.cctor>b__53(int x, int y)
1092 {
1093 throw null;
1094 }
1095
1096 [global::Cpp2ILInjected.Token(Token = "0x4007B39")]
1097 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1098 public Item[] inv;
1099 }
1100
1102 [global::Cpp2ILInjected.Token(Token = "0x20006F1")]
1103 private sealed class <>c__DisplayClass39_8
1104 {
1105 [global::Cpp2ILInjected.Token(Token = "0x6003B69")]
1106 [global::Cpp2ILInjected.Address(RVA = "0x1483568", Offset = "0x1483568", Length = "0x8")]
1107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1110 {
1111 throw null;
1112 }
1113
1114 [global::Cpp2ILInjected.Token(Token = "0x6003B6A")]
1115 [global::Cpp2ILInjected.Address(RVA = "0x1483570", Offset = "0x1483570", Length = "0x1C")]
1116 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1118 internal bool <.cctor>b__54(int i)
1119 {
1120 throw null;
1121 }
1122
1123 [global::Cpp2ILInjected.Token(Token = "0x6003B6B")]
1124 [global::Cpp2ILInjected.Address(RVA = "0x148358C", Offset = "0x148358C", Length = "0x20")]
1125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1127 internal int <.cctor>b__55(int x, int y)
1128 {
1129 throw null;
1130 }
1131
1132 [global::Cpp2ILInjected.Token(Token = "0x4007B3A")]
1133 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1134 public Item[] inv;
1135 }
1136
1138 [global::Cpp2ILInjected.Token(Token = "0x20006F2")]
1139 private sealed class <>c__DisplayClass39_9
1140 {
1141 [global::Cpp2ILInjected.Token(Token = "0x6003B6C")]
1142 [global::Cpp2ILInjected.Address(RVA = "0x14835AC", Offset = "0x14835AC", Length = "0x8")]
1143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1146 {
1147 throw null;
1148 }
1149
1150 [global::Cpp2ILInjected.Token(Token = "0x6003B6D")]
1151 [global::Cpp2ILInjected.Address(RVA = "0x14835B4", Offset = "0x14835B4", Length = "0x1C")]
1152 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1154 internal bool <.cctor>b__56(int i)
1155 {
1156 throw null;
1157 }
1158
1159 [global::Cpp2ILInjected.Token(Token = "0x6003B6E")]
1160 [global::Cpp2ILInjected.Address(RVA = "0x14835D0", Offset = "0x14835D0", Length = "0x20")]
1161 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1163 internal int <.cctor>b__57(int x, int y)
1164 {
1165 throw null;
1166 }
1167
1168 [global::Cpp2ILInjected.Token(Token = "0x4007B3B")]
1169 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1170 public Item[] inv;
1171 }
1172
1174 [global::Cpp2ILInjected.Token(Token = "0x20006F3")]
1175 private sealed class <>c__DisplayClass39_10
1176 {
1177 [global::Cpp2ILInjected.Token(Token = "0x6003B6F")]
1178 [global::Cpp2ILInjected.Address(RVA = "0x14835F0", Offset = "0x14835F0", Length = "0x8")]
1179 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1182 {
1183 throw null;
1184 }
1185
1186 [global::Cpp2ILInjected.Token(Token = "0x6003B70")]
1187 [global::Cpp2ILInjected.Address(RVA = "0x14835F8", Offset = "0x14835F8", Length = "0x1C")]
1188 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1189 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1190 internal bool <.cctor>b__58(int i)
1191 {
1192 throw null;
1193 }
1194
1195 [global::Cpp2ILInjected.Token(Token = "0x6003B71")]
1196 [global::Cpp2ILInjected.Address(RVA = "0x1483614", Offset = "0x1483614", Length = "0x20")]
1197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1199 internal int <.cctor>b__59(int x, int y)
1200 {
1201 throw null;
1202 }
1203
1204 [global::Cpp2ILInjected.Token(Token = "0x4007B3C")]
1205 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1206 public Item[] inv;
1207 }
1208
1210 [global::Cpp2ILInjected.Token(Token = "0x20006F4")]
1211 private sealed class <>c__DisplayClass39_11
1212 {
1213 [global::Cpp2ILInjected.Token(Token = "0x6003B72")]
1214 [global::Cpp2ILInjected.Address(RVA = "0x1483634", Offset = "0x1483634", Length = "0x8")]
1215 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1218 {
1219 throw null;
1220 }
1221
1222 [global::Cpp2ILInjected.Token(Token = "0x6003B73")]
1223 [global::Cpp2ILInjected.Address(RVA = "0x148363C", Offset = "0x148363C", Length = "0xA4")]
1224 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1225 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1226 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1227 internal bool <.cctor>b__60(int i)
1228 {
1229 throw null;
1230 }
1231
1232 [global::Cpp2ILInjected.Token(Token = "0x6003B74")]
1233 [global::Cpp2ILInjected.Address(RVA = "0x14836E0", Offset = "0x14836E0", Length = "0xE4")]
1234 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1237 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1238 internal int <.cctor>b__61(int x, int y)
1239 {
1240 throw null;
1241 }
1242
1243 [global::Cpp2ILInjected.Token(Token = "0x4007B3D")]
1244 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1245 public Item[] inv;
1246 }
1247
1249 [global::Cpp2ILInjected.Token(Token = "0x20006F5")]
1250 private sealed class <>c__DisplayClass39_12
1251 {
1252 [global::Cpp2ILInjected.Token(Token = "0x6003B75")]
1253 [global::Cpp2ILInjected.Address(RVA = "0x14837C4", Offset = "0x14837C4", Length = "0x8")]
1254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1257 {
1258 throw null;
1259 }
1260
1261 [global::Cpp2ILInjected.Token(Token = "0x6003B76")]
1262 [global::Cpp2ILInjected.Address(RVA = "0x14837CC", Offset = "0x14837CC", Length = "0x1C")]
1263 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1264 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1265 internal bool <.cctor>b__62(int i)
1266 {
1267 throw null;
1268 }
1269
1270 [global::Cpp2ILInjected.Token(Token = "0x6003B77")]
1271 [global::Cpp2ILInjected.Address(RVA = "0x14837E8", Offset = "0x14837E8", Length = "0xC4")]
1272 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDamage", ReturnType = typeof(int))]
1276 internal int <.cctor>b__63(int x, int y)
1277 {
1278 throw null;
1279 }
1280
1281 [global::Cpp2ILInjected.Token(Token = "0x4007B3E")]
1282 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1283 public Item[] inv;
1284 }
1285
1287 [global::Cpp2ILInjected.Token(Token = "0x20006F6")]
1288 private sealed class <>c__DisplayClass39_13
1289 {
1290 [global::Cpp2ILInjected.Token(Token = "0x6003B78")]
1291 [global::Cpp2ILInjected.Address(RVA = "0x14838AC", Offset = "0x14838AC", Length = "0x8")]
1292 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1295 {
1296 throw null;
1297 }
1298
1299 [global::Cpp2ILInjected.Token(Token = "0x6003B79")]
1300 [global::Cpp2ILInjected.Address(RVA = "0x14838B4", Offset = "0x14838B4", Length = "0x3C")]
1301 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1302 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1303 internal bool <.cctor>b__64(int i)
1304 {
1305 throw null;
1306 }
1307
1308 [global::Cpp2ILInjected.Token(Token = "0x6003B7A")]
1309 [global::Cpp2ILInjected.Address(RVA = "0x14838F0", Offset = "0x14838F0", Length = "0xD0")]
1310 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDefense", ReturnType = typeof(int))]
1314 internal int <.cctor>b__65(int x, int y)
1315 {
1316 throw null;
1317 }
1318
1319 [global::Cpp2ILInjected.Token(Token = "0x4007B3F")]
1320 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1321 public Item[] inv;
1322 }
1323
1325 [global::Cpp2ILInjected.Token(Token = "0x20006F7")]
1326 private sealed class <>c__DisplayClass39_14
1327 {
1328 [global::Cpp2ILInjected.Token(Token = "0x6003B7B")]
1329 [global::Cpp2ILInjected.Address(RVA = "0x14839C0", Offset = "0x14839C0", Length = "0x8")]
1330 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1331 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1333 {
1334 throw null;
1335 }
1336
1337 [global::Cpp2ILInjected.Token(Token = "0x6003B7C")]
1338 [global::Cpp2ILInjected.Address(RVA = "0x14839C8", Offset = "0x14839C8", Length = "0x3C")]
1339 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1340 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1341 internal bool <.cctor>b__66(int i)
1342 {
1343 throw null;
1344 }
1345
1346 [global::Cpp2ILInjected.Token(Token = "0x6003B7D")]
1347 [global::Cpp2ILInjected.Address(RVA = "0x1483A04", Offset = "0x1483A04", Length = "0x90")]
1348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1351 internal int <.cctor>b__67(int x, int y)
1352 {
1353 throw null;
1354 }
1355
1356 [global::Cpp2ILInjected.Token(Token = "0x4007B40")]
1357 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1358 public Item[] inv;
1359 }
1360
1362 [global::Cpp2ILInjected.Token(Token = "0x20006F8")]
1363 private sealed class <>c__DisplayClass39_15
1364 {
1365 [global::Cpp2ILInjected.Token(Token = "0x6003B7E")]
1366 [global::Cpp2ILInjected.Address(RVA = "0x1483A94", Offset = "0x1483A94", Length = "0x8")]
1367 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1370 {
1371 throw null;
1372 }
1373
1374 [global::Cpp2ILInjected.Token(Token = "0x6003B7F")]
1375 [global::Cpp2ILInjected.Address(RVA = "0x1483A9C", Offset = "0x1483A9C", Length = "0x14")]
1376 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1377 internal bool <.cctor>b__68(int i)
1378 {
1379 throw null;
1380 }
1381
1382 [global::Cpp2ILInjected.Token(Token = "0x6003B80")]
1383 [global::Cpp2ILInjected.Address(RVA = "0x1483AB0", Offset = "0x1483AB0", Length = "0xF8")]
1384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "CompareTo", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(int))]
1386 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1387 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1388 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalDefense", ReturnType = typeof(int))]
1389 internal int <.cctor>b__69(int x, int y)
1390 {
1391 throw null;
1392 }
1393
1394 [global::Cpp2ILInjected.Token(Token = "0x4007B41")]
1395 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1396 public Item[] inv;
1397 }
1398
1400 [global::Cpp2ILInjected.Token(Token = "0x20006F9")]
1401 private sealed class <>c__DisplayClass39_16
1402 {
1403 [global::Cpp2ILInjected.Token(Token = "0x6003B81")]
1404 [global::Cpp2ILInjected.Address(RVA = "0x1483BA8", Offset = "0x1483BA8", Length = "0x8")]
1405 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1406 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1408 {
1409 throw null;
1410 }
1411
1412 [global::Cpp2ILInjected.Token(Token = "0x6003B82")]
1413 [global::Cpp2ILInjected.Address(RVA = "0x1483BB0", Offset = "0x1483BB0", Length = "0x80")]
1414 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1415 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1416 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1417 internal bool <.cctor>b__70(int i)
1418 {
1419 throw null;
1420 }
1421
1422 [global::Cpp2ILInjected.Token(Token = "0x6003B83")]
1423 [global::Cpp2ILInjected.Address(RVA = "0x1483C30", Offset = "0x1483C30", Length = "0xA8")]
1424 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1425 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1426 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1427 internal int <.cctor>b__71(int x, int y)
1428 {
1429 throw null;
1430 }
1431
1432 [global::Cpp2ILInjected.Token(Token = "0x4007B42")]
1433 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1434 public Item[] inv;
1435 }
1436
1438 [global::Cpp2ILInjected.Token(Token = "0x20006FA")]
1439 private sealed class <>c__DisplayClass39_17
1440 {
1441 [global::Cpp2ILInjected.Token(Token = "0x6003B84")]
1442 [global::Cpp2ILInjected.Address(RVA = "0x1483CD8", Offset = "0x1483CD8", Length = "0x8")]
1443 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1444 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1446 {
1447 throw null;
1448 }
1449
1450 [global::Cpp2ILInjected.Token(Token = "0x6003B85")]
1451 [global::Cpp2ILInjected.Address(RVA = "0x1483CE0", Offset = "0x1483CE0", Length = "0xA4")]
1452 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1453 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1454 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1455 internal bool <.cctor>b__72(int i)
1456 {
1457 throw null;
1458 }
1459
1460 [global::Cpp2ILInjected.Token(Token = "0x6003B86")]
1461 [global::Cpp2ILInjected.Address(RVA = "0x1483D84", Offset = "0x1483D84", Length = "0xA8")]
1462 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1465 internal int <.cctor>b__73(int x, int y)
1466 {
1467 throw null;
1468 }
1469
1470 [global::Cpp2ILInjected.Token(Token = "0x4007B43")]
1471 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1472 public Item[] inv;
1473 }
1474
1476 [global::Cpp2ILInjected.Token(Token = "0x20006FB")]
1477 private sealed class <>c__DisplayClass39_18
1478 {
1479 [global::Cpp2ILInjected.Token(Token = "0x6003B87")]
1480 [global::Cpp2ILInjected.Address(RVA = "0x1483E2C", Offset = "0x1483E2C", Length = "0x8")]
1481 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1482 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1484 {
1485 throw null;
1486 }
1487
1488 [global::Cpp2ILInjected.Token(Token = "0x6003B88")]
1489 [global::Cpp2ILInjected.Address(RVA = "0x1483E34", Offset = "0x1483E34", Length = "0xA4")]
1490 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1491 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1492 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1493 internal bool <.cctor>b__74(int i)
1494 {
1495 throw null;
1496 }
1497
1498 [global::Cpp2ILInjected.Token(Token = "0x6003B89")]
1499 [global::Cpp2ILInjected.Address(RVA = "0x1483ED8", Offset = "0x1483ED8", Length = "0xA8")]
1500 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1501 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1503 internal int <.cctor>b__75(int x, int y)
1504 {
1505 throw null;
1506 }
1507
1508 [global::Cpp2ILInjected.Token(Token = "0x4007B44")]
1509 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1510 public Item[] inv;
1511 }
1512
1514 [global::Cpp2ILInjected.Token(Token = "0x20006FC")]
1515 private sealed class <>c__DisplayClass39_19
1516 {
1517 [global::Cpp2ILInjected.Token(Token = "0x6003B8A")]
1518 [global::Cpp2ILInjected.Address(RVA = "0x1483F80", Offset = "0x1483F80", Length = "0x8")]
1519 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1522 {
1523 throw null;
1524 }
1525
1526 [global::Cpp2ILInjected.Token(Token = "0x6003B8B")]
1527 [global::Cpp2ILInjected.Address(RVA = "0x1483F88", Offset = "0x1483F88", Length = "0xA4")]
1528 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1529 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1530 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1531 internal bool <.cctor>b__76(int i)
1532 {
1533 throw null;
1534 }
1535
1536 [global::Cpp2ILInjected.Token(Token = "0x6003B8C")]
1537 [global::Cpp2ILInjected.Address(RVA = "0x148402C", Offset = "0x148402C", Length = "0xA8")]
1538 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1539 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1541 internal int <.cctor>b__77(int x, int y)
1542 {
1543 throw null;
1544 }
1545
1546 [global::Cpp2ILInjected.Token(Token = "0x4007B45")]
1547 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1548 public Item[] inv;
1549 }
1550
1552 [global::Cpp2ILInjected.Token(Token = "0x20006FD")]
1553 private sealed class <>c__DisplayClass39_20
1554 {
1555 [global::Cpp2ILInjected.Token(Token = "0x6003B8D")]
1556 [global::Cpp2ILInjected.Address(RVA = "0x14840D4", Offset = "0x14840D4", Length = "0x8")]
1557 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1558 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1560 {
1561 throw null;
1562 }
1563
1564 [global::Cpp2ILInjected.Token(Token = "0x6003B8E")]
1565 [global::Cpp2ILInjected.Address(RVA = "0x14840DC", Offset = "0x14840DC", Length = "0xA4")]
1566 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1567 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1568 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1569 internal bool <.cctor>b__78(int i)
1570 {
1571 throw null;
1572 }
1573
1574 [global::Cpp2ILInjected.Token(Token = "0x6003B8F")]
1575 [global::Cpp2ILInjected.Address(RVA = "0x1484180", Offset = "0x1484180", Length = "0xA8")]
1576 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1577 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1578 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1579 internal int <.cctor>b__79(int x, int y)
1580 {
1581 throw null;
1582 }
1583
1584 [global::Cpp2ILInjected.Token(Token = "0x4007B46")]
1585 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1586 public Item[] inv;
1587 }
1588
1590 [global::Cpp2ILInjected.Token(Token = "0x20006FE")]
1591 private sealed class <>c__DisplayClass39_21
1592 {
1593 [global::Cpp2ILInjected.Token(Token = "0x6003B90")]
1594 [global::Cpp2ILInjected.Address(RVA = "0x1484228", Offset = "0x1484228", Length = "0x8")]
1595 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1598 {
1599 throw null;
1600 }
1601
1602 [global::Cpp2ILInjected.Token(Token = "0x6003B91")]
1603 [global::Cpp2ILInjected.Address(RVA = "0x1484230", Offset = "0x1484230", Length = "0x38")]
1604 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1605 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1606 internal bool <.cctor>b__80(int i)
1607 {
1608 throw null;
1609 }
1610
1611 [global::Cpp2ILInjected.Token(Token = "0x6003B92")]
1612 [global::Cpp2ILInjected.Address(RVA = "0x1484268", Offset = "0x1484268", Length = "0x8C")]
1613 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1614 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1615 internal int <.cctor>b__81(int x, int y)
1616 {
1617 throw null;
1618 }
1619
1620 [global::Cpp2ILInjected.Token(Token = "0x4007B47")]
1621 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1622 public Item[] inv;
1623 }
1624
1626 [global::Cpp2ILInjected.Token(Token = "0x20006FF")]
1627 private sealed class <>c__DisplayClass39_22
1628 {
1629 [global::Cpp2ILInjected.Token(Token = "0x6003B93")]
1630 [global::Cpp2ILInjected.Address(RVA = "0x14842F4", Offset = "0x14842F4", Length = "0x8")]
1631 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1632 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1634 {
1635 throw null;
1636 }
1637
1638 [global::Cpp2ILInjected.Token(Token = "0x6003B94")]
1639 [global::Cpp2ILInjected.Address(RVA = "0x14842FC", Offset = "0x14842FC", Length = "0x38")]
1640 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1642 internal bool <.cctor>b__82(int i)
1643 {
1644 throw null;
1645 }
1646
1647 [global::Cpp2ILInjected.Token(Token = "0x6003B95")]
1648 [global::Cpp2ILInjected.Address(RVA = "0x1484334", Offset = "0x1484334", Length = "0x8C")]
1649 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1650 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1651 internal int <.cctor>b__83(int x, int y)
1652 {
1653 throw null;
1654 }
1655
1656 [global::Cpp2ILInjected.Token(Token = "0x4007B48")]
1657 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1658 public Item[] inv;
1659 }
1660
1662 [global::Cpp2ILInjected.Token(Token = "0x2000700")]
1663 private sealed class <>c__DisplayClass39_23
1664 {
1665 [global::Cpp2ILInjected.Token(Token = "0x6003B96")]
1666 [global::Cpp2ILInjected.Address(RVA = "0x14843C0", Offset = "0x14843C0", Length = "0x8")]
1667 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1668 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1670 {
1671 throw null;
1672 }
1673
1674 [global::Cpp2ILInjected.Token(Token = "0x6003B97")]
1675 [global::Cpp2ILInjected.Address(RVA = "0x14843C8", Offset = "0x14843C8", Length = "0x38")]
1676 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1677 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1678 internal bool <.cctor>b__84(int i)
1679 {
1680 throw null;
1681 }
1682
1683 [global::Cpp2ILInjected.Token(Token = "0x6003B98")]
1684 [global::Cpp2ILInjected.Address(RVA = "0x1484400", Offset = "0x1484400", Length = "0x8C")]
1685 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1686 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1687 internal int <.cctor>b__85(int x, int y)
1688 {
1689 throw null;
1690 }
1691
1692 [global::Cpp2ILInjected.Token(Token = "0x4007B49")]
1693 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1694 public Item[] inv;
1695 }
1696
1698 [global::Cpp2ILInjected.Token(Token = "0x2000701")]
1699 private sealed class <>c__DisplayClass39_24
1700 {
1701 [global::Cpp2ILInjected.Token(Token = "0x6003B99")]
1702 [global::Cpp2ILInjected.Address(RVA = "0x148448C", Offset = "0x148448C", Length = "0x8")]
1703 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1704 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1706 {
1707 throw null;
1708 }
1709
1710 [global::Cpp2ILInjected.Token(Token = "0x6003B9A")]
1711 [global::Cpp2ILInjected.Address(RVA = "0x1484494", Offset = "0x1484494", Length = "0x2C")]
1712 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1713 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1714 internal bool <.cctor>b__86(int i)
1715 {
1716 throw null;
1717 }
1718
1719 [global::Cpp2ILInjected.Token(Token = "0x6003B9B")]
1720 [global::Cpp2ILInjected.Address(RVA = "0x14844C0", Offset = "0x14844C0", Length = "0xCC")]
1721 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1722 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1723 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1724 internal int <.cctor>b__87(int x, int y)
1725 {
1726 throw null;
1727 }
1728
1729 [global::Cpp2ILInjected.Token(Token = "0x4007B4A")]
1730 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1731 public Item[] inv;
1732 }
1733
1735 [global::Cpp2ILInjected.Token(Token = "0x2000702")]
1736 private sealed class <>c__DisplayClass39_25
1737 {
1738 [global::Cpp2ILInjected.Token(Token = "0x6003B9C")]
1739 [global::Cpp2ILInjected.Address(RVA = "0x148458C", Offset = "0x148458C", Length = "0x8")]
1740 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1741 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1743 {
1744 throw null;
1745 }
1746
1747 [global::Cpp2ILInjected.Token(Token = "0x6003B9D")]
1748 [global::Cpp2ILInjected.Address(RVA = "0x1484594", Offset = "0x1484594", Length = "0x1C")]
1749 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1750 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1751 internal bool <.cctor>b__88(int i)
1752 {
1753 throw null;
1754 }
1755
1756 [global::Cpp2ILInjected.Token(Token = "0x6003B9E")]
1757 [global::Cpp2ILInjected.Address(RVA = "0x14845B0", Offset = "0x14845B0", Length = "0xCC")]
1758 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1759 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1760 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1761 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "CompareTo", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(int))]
1762 internal int <.cctor>b__89(int x, int y)
1763 {
1764 throw null;
1765 }
1766
1767 [global::Cpp2ILInjected.Token(Token = "0x4007B4B")]
1768 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1769 public Item[] inv;
1770 }
1771
1773 [global::Cpp2ILInjected.Token(Token = "0x2000703")]
1774 private sealed class <>c__DisplayClass39_26
1775 {
1776 [global::Cpp2ILInjected.Token(Token = "0x6003B9F")]
1777 [global::Cpp2ILInjected.Address(RVA = "0x148467C", Offset = "0x148467C", Length = "0x8")]
1778 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1779 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1781 {
1782 throw null;
1783 }
1784
1785 [global::Cpp2ILInjected.Token(Token = "0x6003BA0")]
1786 [global::Cpp2ILInjected.Address(RVA = "0x1484684", Offset = "0x1484684", Length = "0x1C")]
1787 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1788 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1789 internal bool <.cctor>b__90(int i)
1790 {
1791 throw null;
1792 }
1793
1794 [global::Cpp2ILInjected.Token(Token = "0x6003BA1")]
1795 [global::Cpp2ILInjected.Address(RVA = "0x14846A0", Offset = "0x14846A0", Length = "0xCC")]
1796 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1797 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1798 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1799 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1800 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(short), Member = "CompareTo", MemberParameters = new object[] { typeof(short) }, ReturnType = typeof(int))]
1801 internal int <.cctor>b__91(int x, int y)
1802 {
1803 throw null;
1804 }
1805
1806 [global::Cpp2ILInjected.Token(Token = "0x4007B4C")]
1807 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1808 public Item[] inv;
1809 }
1810
1812 [global::Cpp2ILInjected.Token(Token = "0x2000704")]
1813 private sealed class <>c__DisplayClass39_27
1814 {
1815 [global::Cpp2ILInjected.Token(Token = "0x6003BA2")]
1816 [global::Cpp2ILInjected.Address(RVA = "0x148476C", Offset = "0x148476C", Length = "0x8")]
1817 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1818 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1820 {
1821 throw null;
1822 }
1823
1824 [global::Cpp2ILInjected.Token(Token = "0x6003BA3")]
1825 [global::Cpp2ILInjected.Address(RVA = "0x1484774", Offset = "0x1484774", Length = "0xA4")]
1826 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1827 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1828 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1829 internal bool <.cctor>b__92(int i)
1830 {
1831 throw null;
1832 }
1833
1834 [global::Cpp2ILInjected.Token(Token = "0x6003BA4")]
1835 [global::Cpp2ILInjected.Address(RVA = "0x1484818", Offset = "0x1484818", Length = "0xE4")]
1836 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1837 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1838 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1839 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1840 internal int <.cctor>b__93(int x, int y)
1841 {
1842 throw null;
1843 }
1844
1845 [global::Cpp2ILInjected.Token(Token = "0x4007B4D")]
1846 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1847 public Item[] inv;
1848 }
1849
1851 [global::Cpp2ILInjected.Token(Token = "0x2000705")]
1852 private sealed class <>c__DisplayClass39_28
1853 {
1854 [global::Cpp2ILInjected.Token(Token = "0x6003BA5")]
1855 [global::Cpp2ILInjected.Address(RVA = "0x14848FC", Offset = "0x14848FC", Length = "0x8")]
1856 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1857 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1859 {
1860 throw null;
1861 }
1862
1863 [global::Cpp2ILInjected.Token(Token = "0x6003BA6")]
1864 [global::Cpp2ILInjected.Address(RVA = "0x1484904", Offset = "0x1484904", Length = "0xAC")]
1865 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1866 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1867 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1868 internal bool <.cctor>b__94(int i)
1869 {
1870 throw null;
1871 }
1872
1873 [global::Cpp2ILInjected.Token(Token = "0x6003BA7")]
1874 [global::Cpp2ILInjected.Address(RVA = "0x14849B0", Offset = "0x14849B0", Length = "0x14C")]
1875 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1876 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1877 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1878 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
1879 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1880 internal int <.cctor>b__95(int x, int y)
1881 {
1882 throw null;
1883 }
1884
1885 [global::Cpp2ILInjected.Token(Token = "0x4007B4E")]
1886 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1887 public Item[] inv;
1888 }
1889
1891 [global::Cpp2ILInjected.Token(Token = "0x2000706")]
1892 private sealed class <>c__DisplayClass39_29
1893 {
1894 [global::Cpp2ILInjected.Token(Token = "0x6003BA8")]
1895 [global::Cpp2ILInjected.Address(RVA = "0x1484AFC", Offset = "0x1484AFC", Length = "0x8")]
1896 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1897 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1899 {
1900 throw null;
1901 }
1902
1903 [global::Cpp2ILInjected.Token(Token = "0x6003BA9")]
1904 [global::Cpp2ILInjected.Address(RVA = "0x1484B04", Offset = "0x1484B04", Length = "0xA4")]
1905 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1906 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1907 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1908 internal bool <.cctor>b__96(int i)
1909 {
1910 throw null;
1911 }
1912
1913 [global::Cpp2ILInjected.Token(Token = "0x6003BAA")]
1914 [global::Cpp2ILInjected.Address(RVA = "0x1484BA8", Offset = "0x1484BA8", Length = "0xE4")]
1915 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1916 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1917 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1918 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1919 internal int <.cctor>b__97(int x, int y)
1920 {
1921 throw null;
1922 }
1923
1924 [global::Cpp2ILInjected.Token(Token = "0x4007B4F")]
1925 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1926 public Item[] inv;
1927 }
1928
1930 [global::Cpp2ILInjected.Token(Token = "0x2000707")]
1931 private sealed class <>c__DisplayClass39_30
1932 {
1933 [global::Cpp2ILInjected.Token(Token = "0x6003BAB")]
1934 [global::Cpp2ILInjected.Address(RVA = "0x1484C8C", Offset = "0x1484C8C", Length = "0x8")]
1935 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1936 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1938 {
1939 throw null;
1940 }
1941
1942 [global::Cpp2ILInjected.Token(Token = "0x6003BAC")]
1943 [global::Cpp2ILInjected.Address(RVA = "0x1484C94", Offset = "0x1484C94", Length = "0xA4")]
1944 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1945 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1946 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1947 internal bool <.cctor>b__98(int i)
1948 {
1949 throw null;
1950 }
1951
1952 [global::Cpp2ILInjected.Token(Token = "0x6003BAD")]
1953 [global::Cpp2ILInjected.Address(RVA = "0x1484D38", Offset = "0x1484D38", Length = "0xE4")]
1954 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1955 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1956 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1957 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1958 internal int <.cctor>b__99(int x, int y)
1959 {
1960 throw null;
1961 }
1962
1963 [global::Cpp2ILInjected.Token(Token = "0x4007B50")]
1964 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1965 public Item[] inv;
1966 }
1967
1969 [global::Cpp2ILInjected.Token(Token = "0x2000708")]
1970 private sealed class <>c__DisplayClass39_31
1971 {
1972 [global::Cpp2ILInjected.Token(Token = "0x6003BAE")]
1973 [global::Cpp2ILInjected.Address(RVA = "0x1484E1C", Offset = "0x1484E1C", Length = "0x8")]
1974 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1975 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1977 {
1978 throw null;
1979 }
1980
1981 [global::Cpp2ILInjected.Token(Token = "0x6003BAF")]
1982 [global::Cpp2ILInjected.Address(RVA = "0x1484E24", Offset = "0x1484E24", Length = "0xAC")]
1983 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1984 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1985 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1986 internal bool <.cctor>b__100(int i)
1987 {
1988 throw null;
1989 }
1990
1991 [global::Cpp2ILInjected.Token(Token = "0x6003BB0")]
1992 [global::Cpp2ILInjected.Address(RVA = "0x1484ED0", Offset = "0x1484ED0", Length = "0x12C")]
1993 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1994 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1995 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1996 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "CompareTo", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(int))]
1997 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1998 internal int <.cctor>b__101(int x, int y)
1999 {
2000 throw null;
2001 }
2002
2003 [global::Cpp2ILInjected.Token(Token = "0x4007B51")]
2004 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2005 public Item[] inv;
2006 }
2007
2009 [global::Cpp2ILInjected.Token(Token = "0x2000709")]
2010 private sealed class <>c__DisplayClass39_32
2011 {
2012 [global::Cpp2ILInjected.Token(Token = "0x6003BB1")]
2013 [global::Cpp2ILInjected.Address(RVA = "0x1484FFC", Offset = "0x1484FFC", Length = "0x8")]
2014 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2015 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2017 {
2018 throw null;
2019 }
2020
2021 [global::Cpp2ILInjected.Token(Token = "0x6003BB2")]
2022 [global::Cpp2ILInjected.Address(RVA = "0x1485004", Offset = "0x1485004", Length = "0xA4")]
2023 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2024 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2025 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2026 internal bool <.cctor>b__102(int i)
2027 {
2028 throw null;
2029 }
2030
2031 [global::Cpp2ILInjected.Token(Token = "0x6003BB3")]
2032 [global::Cpp2ILInjected.Address(RVA = "0x14850A8", Offset = "0x14850A8", Length = "0xE4")]
2033 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2034 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2035 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2036 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2037 internal int <.cctor>b__103(int x, int y)
2038 {
2039 throw null;
2040 }
2041
2042 [global::Cpp2ILInjected.Token(Token = "0x4007B52")]
2043 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2044 public Item[] inv;
2045 }
2046
2048 [global::Cpp2ILInjected.Token(Token = "0x200070A")]
2049 private sealed class <>c__DisplayClass39_33
2050 {
2051 [global::Cpp2ILInjected.Token(Token = "0x6003BB4")]
2052 [global::Cpp2ILInjected.Address(RVA = "0x148518C", Offset = "0x148518C", Length = "0x8")]
2053 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2054 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2056 {
2057 throw null;
2058 }
2059
2060 [global::Cpp2ILInjected.Token(Token = "0x6003BB5")]
2061 [global::Cpp2ILInjected.Address(RVA = "0x1485194", Offset = "0x1485194", Length = "0x2C")]
2062 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2063 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2064 internal bool <.cctor>b__104(int i)
2065 {
2066 throw null;
2067 }
2068
2069 [global::Cpp2ILInjected.Token(Token = "0x6003BB6")]
2070 [global::Cpp2ILInjected.Address(RVA = "0x14851C0", Offset = "0x14851C0", Length = "0xCC")]
2071 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
2073 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2074 internal int <.cctor>b__105(int x, int y)
2075 {
2076 throw null;
2077 }
2078
2079 [global::Cpp2ILInjected.Token(Token = "0x4007B53")]
2080 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2081 public Item[] inv;
2082 }
2083
2085 [global::Cpp2ILInjected.Token(Token = "0x200070B")]
2086 private sealed class <>c__DisplayClass39_34
2087 {
2088 [global::Cpp2ILInjected.Token(Token = "0x6003BB7")]
2089 [global::Cpp2ILInjected.Address(RVA = "0x148528C", Offset = "0x148528C", Length = "0x8")]
2090 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2091 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2093 {
2094 throw null;
2095 }
2096
2097 [global::Cpp2ILInjected.Token(Token = "0x6003BB8")]
2098 [global::Cpp2ILInjected.Address(RVA = "0x1485294", Offset = "0x1485294", Length = "0xA0")]
2099 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2101 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2102 internal bool <.cctor>b__106(int i)
2103 {
2104 throw null;
2105 }
2106
2107 [global::Cpp2ILInjected.Token(Token = "0x6003BB9")]
2108 [global::Cpp2ILInjected.Address(RVA = "0x1485334", Offset = "0x1485334", Length = "0xB0")]
2109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_Name", ReturnType = typeof(string))]
2111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
2112 {
2113 typeof(string),
2114 typeof(string),
2116 }, ReturnType = typeof(int))]
2117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2118 internal int <.cctor>b__107(int x, int y)
2119 {
2120 throw null;
2121 }
2122
2123 [global::Cpp2ILInjected.Token(Token = "0x4007B54")]
2124 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2125 public Item[] inv;
2126 }
2127
2129 [global::Cpp2ILInjected.Token(Token = "0x200070C")]
2130 private sealed class <>c__DisplayClass39_35
2131 {
2132 [global::Cpp2ILInjected.Token(Token = "0x6003BBA")]
2133 [global::Cpp2ILInjected.Address(RVA = "0x14853E4", Offset = "0x14853E4", Length = "0x8")]
2134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2137 {
2138 throw null;
2139 }
2140
2141 [global::Cpp2ILInjected.Token(Token = "0x6003BBB")]
2142 [global::Cpp2ILInjected.Address(RVA = "0x14853EC", Offset = "0x14853EC", Length = "0x30")]
2143 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2145 internal bool <.cctor>b__108(int i)
2146 {
2147 throw null;
2148 }
2149
2150 [global::Cpp2ILInjected.Token(Token = "0x6003BBC")]
2151 [global::Cpp2ILInjected.Address(RVA = "0x148541C", Offset = "0x148541C", Length = "0xB0")]
2152 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_Name", ReturnType = typeof(string))]
2154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
2155 {
2156 typeof(string),
2157 typeof(string),
2159 }, ReturnType = typeof(int))]
2160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2161 internal int <.cctor>b__109(int x, int y)
2162 {
2163 throw null;
2164 }
2165
2166 [global::Cpp2ILInjected.Token(Token = "0x4007B55")]
2167 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2168 public Item[] inv;
2169 }
2170
2172 [global::Cpp2ILInjected.Token(Token = "0x200070D")]
2173 private sealed class <>c__DisplayClass39_36
2174 {
2175 [global::Cpp2ILInjected.Token(Token = "0x6003BBD")]
2176 [global::Cpp2ILInjected.Address(RVA = "0x14854CC", Offset = "0x14854CC", Length = "0x8")]
2177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2180 {
2181 throw null;
2182 }
2183
2184 [global::Cpp2ILInjected.Token(Token = "0x6003BBE")]
2185 [global::Cpp2ILInjected.Address(RVA = "0x14854D4", Offset = "0x14854D4", Length = "0x28")]
2186 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
2189 internal bool <.cctor>b__110(int i)
2190 {
2191 throw null;
2192 }
2193
2194 [global::Cpp2ILInjected.Token(Token = "0x6003BBF")]
2195 [global::Cpp2ILInjected.Address(RVA = "0x14854FC", Offset = "0x14854FC", Length = "0xF8")]
2196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_OriginalRarity", ReturnType = typeof(int))]
2198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Item), Member = "get_Name", ReturnType = typeof(string))]
2200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
2201 {
2202 typeof(string),
2203 typeof(string),
2205 }, ReturnType = typeof(int))]
2206 internal int <.cctor>b__111(int x, int y)
2207 {
2208 throw null;
2209 }
2210
2211 [global::Cpp2ILInjected.Token(Token = "0x4007B56")]
2212 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2213 public Item[] inv;
2214 }
2215
2217 [global::Cpp2ILInjected.Token(Token = "0x200070E")]
2218 private sealed class <>c__DisplayClass39_37
2219 {
2220 [global::Cpp2ILInjected.Token(Token = "0x6003BC0")]
2221 [global::Cpp2ILInjected.Address(RVA = "0x14855F4", Offset = "0x14855F4", Length = "0x8")]
2222 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2225 {
2226 throw null;
2227 }
2228
2229 [global::Cpp2ILInjected.Token(Token = "0x6003BC1")]
2230 [global::Cpp2ILInjected.Address(RVA = "0x14855FC", Offset = "0x14855FC", Length = "0x8C")]
2231 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2232 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
2233 internal int <.cctor>b__112(int x, int y)
2234 {
2235 throw null;
2236 }
2237
2238 [global::Cpp2ILInjected.Token(Token = "0x4007B57")]
2239 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2240 public Item[] inv;
2241 }
2242
2244 [global::Cpp2ILInjected.Token(Token = "0x200070F")]
2245 [Serializable]
2246 private sealed class <>c
2247 {
2248 // Note: this type is marked as 'beforefieldinit'.
2249 [global::Cpp2ILInjected.Token(Token = "0x6003BC2")]
2250 [global::Cpp2ILInjected.Address(RVA = "0x1485688", Offset = "0x1485688", Length = "0x5C")]
2251 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2254 static <>c()
2255 {
2256 throw null;
2257 }
2258
2259 [global::Cpp2ILInjected.Token(Token = "0x6003BC3")]
2260 [global::Cpp2ILInjected.Address(RVA = "0x14856E4", Offset = "0x14856E4", Length = "0x8")]
2261 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2262 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2263 public <>c()
2264 {
2265 throw null;
2266 }
2267
2268 [global::Cpp2ILInjected.Token(Token = "0x6003BC4")]
2269 [global::Cpp2ILInjected.Address(RVA = "0x14856EC", Offset = "0x14856EC", Length = "0x2BC")]
2270 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2271 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2274 {
2275 typeof(object),
2276 typeof(IntPtr)
2277 }, ReturnType = typeof(void))]
2278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2279 {
2282 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2285 {
2287 typeof(Item[])
2288 }, ReturnType = typeof(void))]
2289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2292 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2294 {
2295 typeof(object),
2296 typeof(IntPtr)
2297 }, ReturnType = typeof(void))]
2298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2299 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2300 internal List<int> <.cctor>b__39_0(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2301 {
2302 throw null;
2303 }
2304
2305 [global::Cpp2ILInjected.Token(Token = "0x6003BC5")]
2306 [global::Cpp2ILInjected.Address(RVA = "0x14859A8", Offset = "0x14859A8", Length = "0x2BC")]
2307 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2308 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2311 {
2312 typeof(object),
2313 typeof(IntPtr)
2314 }, ReturnType = typeof(void))]
2315 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2316 {
2319 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2322 {
2324 typeof(Item[])
2325 }, ReturnType = typeof(void))]
2326 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2327 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2328 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2331 {
2332 typeof(object),
2333 typeof(IntPtr)
2334 }, ReturnType = typeof(void))]
2335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2336 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2337 internal List<int> <.cctor>b__39_1(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2338 {
2339 throw null;
2340 }
2341
2342 [global::Cpp2ILInjected.Token(Token = "0x6003BC6")]
2343 [global::Cpp2ILInjected.Address(RVA = "0x1485C64", Offset = "0x1485C64", Length = "0x2BC")]
2344 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2345 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2348 {
2349 typeof(object),
2350 typeof(IntPtr)
2351 }, ReturnType = typeof(void))]
2352 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2353 {
2356 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2358 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2359 {
2361 typeof(Item[])
2362 }, ReturnType = typeof(void))]
2363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2367 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2368 {
2369 typeof(object),
2370 typeof(IntPtr)
2371 }, ReturnType = typeof(void))]
2372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2373 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2374 internal List<int> <.cctor>b__39_2(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2375 {
2376 throw null;
2377 }
2378
2379 [global::Cpp2ILInjected.Token(Token = "0x6003BC7")]
2380 [global::Cpp2ILInjected.Address(RVA = "0x1485F20", Offset = "0x1485F20", Length = "0x2BC")]
2381 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2382 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2385 {
2386 typeof(object),
2387 typeof(IntPtr)
2388 }, ReturnType = typeof(void))]
2389 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2390 {
2393 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2395 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2396 {
2398 typeof(Item[])
2399 }, ReturnType = typeof(void))]
2400 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2401 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2405 {
2406 typeof(object),
2407 typeof(IntPtr)
2408 }, ReturnType = typeof(void))]
2409 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2410 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2411 internal List<int> <.cctor>b__39_3(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2412 {
2413 throw null;
2414 }
2415
2416 [global::Cpp2ILInjected.Token(Token = "0x6003BC8")]
2417 [global::Cpp2ILInjected.Address(RVA = "0x14861DC", Offset = "0x14861DC", Length = "0x2BC")]
2418 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2419 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2421 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2422 {
2423 typeof(object),
2424 typeof(IntPtr)
2425 }, ReturnType = typeof(void))]
2426 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2427 {
2430 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2431 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2432 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2433 {
2435 typeof(Item[])
2436 }, ReturnType = typeof(void))]
2437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2442 {
2443 typeof(object),
2444 typeof(IntPtr)
2445 }, ReturnType = typeof(void))]
2446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2447 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2448 internal List<int> <.cctor>b__39_4(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2449 {
2450 throw null;
2451 }
2452
2453 [global::Cpp2ILInjected.Token(Token = "0x6003BC9")]
2454 [global::Cpp2ILInjected.Address(RVA = "0x1486498", Offset = "0x1486498", Length = "0x2BC")]
2455 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2456 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2459 {
2460 typeof(object),
2461 typeof(IntPtr)
2462 }, ReturnType = typeof(void))]
2463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2464 {
2467 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2468 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2470 {
2472 typeof(Item[])
2473 }, ReturnType = typeof(void))]
2474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2478 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2479 {
2480 typeof(object),
2481 typeof(IntPtr)
2482 }, ReturnType = typeof(void))]
2483 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2484 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2485 internal List<int> <.cctor>b__39_5(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2486 {
2487 throw null;
2488 }
2489
2490 [global::Cpp2ILInjected.Token(Token = "0x6003BCA")]
2491 [global::Cpp2ILInjected.Address(RVA = "0x1486754", Offset = "0x1486754", Length = "0x2BC")]
2492 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2493 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2494 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2495 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2496 {
2497 typeof(object),
2498 typeof(IntPtr)
2499 }, ReturnType = typeof(void))]
2500 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2501 {
2504 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2505 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2506 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2507 {
2509 typeof(Item[])
2510 }, ReturnType = typeof(void))]
2511 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2512 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2513 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2514 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2515 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2516 {
2517 typeof(object),
2518 typeof(IntPtr)
2519 }, ReturnType = typeof(void))]
2520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2521 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2522 internal List<int> <.cctor>b__39_6(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2523 {
2524 throw null;
2525 }
2526
2527 [global::Cpp2ILInjected.Token(Token = "0x6003BCB")]
2528 [global::Cpp2ILInjected.Address(RVA = "0x1486A10", Offset = "0x1486A10", Length = "0x2BC")]
2529 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2530 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2531 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2532 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2533 {
2534 typeof(object),
2535 typeof(IntPtr)
2536 }, ReturnType = typeof(void))]
2537 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2538 {
2541 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2543 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2544 {
2546 typeof(Item[])
2547 }, ReturnType = typeof(void))]
2548 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2549 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2551 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2552 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2553 {
2554 typeof(object),
2555 typeof(IntPtr)
2556 }, ReturnType = typeof(void))]
2557 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2558 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2559 internal List<int> <.cctor>b__39_7(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2560 {
2561 throw null;
2562 }
2563
2564 [global::Cpp2ILInjected.Token(Token = "0x6003BCC")]
2565 [global::Cpp2ILInjected.Address(RVA = "0x1486CCC", Offset = "0x1486CCC", Length = "0x2BC")]
2566 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2567 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2570 {
2571 typeof(object),
2572 typeof(IntPtr)
2573 }, ReturnType = typeof(void))]
2574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2575 {
2578 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2579 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2580 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2581 {
2583 typeof(Item[])
2584 }, ReturnType = typeof(void))]
2585 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2586 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2588 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2590 {
2591 typeof(object),
2592 typeof(IntPtr)
2593 }, ReturnType = typeof(void))]
2594 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2595 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2596 internal List<int> <.cctor>b__39_8(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2597 {
2598 throw null;
2599 }
2600
2601 [global::Cpp2ILInjected.Token(Token = "0x6003BCD")]
2602 [global::Cpp2ILInjected.Address(RVA = "0x1486F88", Offset = "0x1486F88", Length = "0x2BC")]
2603 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2604 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2606 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2607 {
2608 typeof(object),
2609 typeof(IntPtr)
2610 }, ReturnType = typeof(void))]
2611 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2612 {
2615 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2616 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2617 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2618 {
2620 typeof(Item[])
2621 }, ReturnType = typeof(void))]
2622 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2623 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2624 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2625 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2626 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2627 {
2628 typeof(object),
2629 typeof(IntPtr)
2630 }, ReturnType = typeof(void))]
2631 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2632 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2633 internal List<int> <.cctor>b__39_9(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2634 {
2635 throw null;
2636 }
2637
2638 [global::Cpp2ILInjected.Token(Token = "0x6003BCE")]
2639 [global::Cpp2ILInjected.Address(RVA = "0x1487244", Offset = "0x1487244", Length = "0x2BC")]
2640 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2643 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2644 {
2645 typeof(object),
2646 typeof(IntPtr)
2647 }, ReturnType = typeof(void))]
2648 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2649 {
2652 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2653 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2654 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2655 {
2657 typeof(Item[])
2658 }, ReturnType = typeof(void))]
2659 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2660 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2661 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2662 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2663 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2664 {
2665 typeof(object),
2666 typeof(IntPtr)
2667 }, ReturnType = typeof(void))]
2668 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2669 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2670 internal List<int> <.cctor>b__39_10(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2671 {
2672 throw null;
2673 }
2674
2675 [global::Cpp2ILInjected.Token(Token = "0x6003BCF")]
2676 [global::Cpp2ILInjected.Address(RVA = "0x1487500", Offset = "0x1487500", Length = "0x2BC")]
2677 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2678 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2680 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2681 {
2682 typeof(object),
2683 typeof(IntPtr)
2684 }, ReturnType = typeof(void))]
2685 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2686 {
2689 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2690 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2691 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2692 {
2694 typeof(Item[])
2695 }, ReturnType = typeof(void))]
2696 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2697 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2698 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2699 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2700 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2701 {
2702 typeof(object),
2703 typeof(IntPtr)
2704 }, ReturnType = typeof(void))]
2705 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2706 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2707 internal List<int> <.cctor>b__39_11(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2708 {
2709 throw null;
2710 }
2711
2712 [global::Cpp2ILInjected.Token(Token = "0x6003BD0")]
2713 [global::Cpp2ILInjected.Address(RVA = "0x14877BC", Offset = "0x14877BC", Length = "0x2BC")]
2714 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2715 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2716 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2717 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2718 {
2719 typeof(object),
2720 typeof(IntPtr)
2721 }, ReturnType = typeof(void))]
2722 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2723 {
2726 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2727 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2728 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2729 {
2731 typeof(Item[])
2732 }, ReturnType = typeof(void))]
2733 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2734 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2735 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2736 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2737 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2738 {
2739 typeof(object),
2740 typeof(IntPtr)
2741 }, ReturnType = typeof(void))]
2742 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2743 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2744 internal List<int> <.cctor>b__39_12(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2745 {
2746 throw null;
2747 }
2748
2749 [global::Cpp2ILInjected.Token(Token = "0x6003BD1")]
2750 [global::Cpp2ILInjected.Address(RVA = "0x1487A78", Offset = "0x1487A78", Length = "0x2BC")]
2751 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2752 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2753 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2754 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2755 {
2756 typeof(object),
2757 typeof(IntPtr)
2758 }, ReturnType = typeof(void))]
2759 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2760 {
2763 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2764 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2765 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2766 {
2768 typeof(Item[])
2769 }, ReturnType = typeof(void))]
2770 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2771 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2772 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2773 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2774 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2775 {
2776 typeof(object),
2777 typeof(IntPtr)
2778 }, ReturnType = typeof(void))]
2779 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2780 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2781 internal List<int> <.cctor>b__39_13(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2782 {
2783 throw null;
2784 }
2785
2786 [global::Cpp2ILInjected.Token(Token = "0x6003BD2")]
2787 [global::Cpp2ILInjected.Address(RVA = "0x1487D34", Offset = "0x1487D34", Length = "0x2BC")]
2788 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2789 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2790 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2791 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2792 {
2793 typeof(object),
2794 typeof(IntPtr)
2795 }, ReturnType = typeof(void))]
2796 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2797 {
2800 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2801 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2802 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2803 {
2805 typeof(Item[])
2806 }, ReturnType = typeof(void))]
2807 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2808 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2809 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2810 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2812 {
2813 typeof(object),
2814 typeof(IntPtr)
2815 }, ReturnType = typeof(void))]
2816 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2817 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2818 internal List<int> <.cctor>b__39_14(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2819 {
2820 throw null;
2821 }
2822
2823 [global::Cpp2ILInjected.Token(Token = "0x6003BD3")]
2824 [global::Cpp2ILInjected.Address(RVA = "0x1487FF0", Offset = "0x1487FF0", Length = "0x2BC")]
2825 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2826 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2827 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2828 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2829 {
2830 typeof(object),
2831 typeof(IntPtr)
2832 }, ReturnType = typeof(void))]
2833 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2834 {
2837 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2838 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2839 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2840 {
2842 typeof(Item[])
2843 }, ReturnType = typeof(void))]
2844 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2845 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2846 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2847 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2848 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2849 {
2850 typeof(object),
2851 typeof(IntPtr)
2852 }, ReturnType = typeof(void))]
2853 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2854 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2855 internal List<int> <.cctor>b__39_15(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2856 {
2857 throw null;
2858 }
2859
2860 [global::Cpp2ILInjected.Token(Token = "0x6003BD4")]
2861 [global::Cpp2ILInjected.Address(RVA = "0x14882AC", Offset = "0x14882AC", Length = "0x2BC")]
2862 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2863 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2864 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2865 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2866 {
2867 typeof(object),
2868 typeof(IntPtr)
2869 }, ReturnType = typeof(void))]
2870 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2871 {
2874 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2875 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2876 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2877 {
2879 typeof(Item[])
2880 }, ReturnType = typeof(void))]
2881 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2882 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2883 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2884 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2885 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2886 {
2887 typeof(object),
2888 typeof(IntPtr)
2889 }, ReturnType = typeof(void))]
2890 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2891 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2892 internal List<int> <.cctor>b__39_16(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2893 {
2894 throw null;
2895 }
2896
2897 [global::Cpp2ILInjected.Token(Token = "0x6003BD5")]
2898 [global::Cpp2ILInjected.Address(RVA = "0x1488568", Offset = "0x1488568", Length = "0x2BC")]
2899 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2900 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2901 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2903 {
2904 typeof(object),
2905 typeof(IntPtr)
2906 }, ReturnType = typeof(void))]
2907 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2908 {
2911 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2912 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2913 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2914 {
2916 typeof(Item[])
2917 }, ReturnType = typeof(void))]
2918 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2919 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2920 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2921 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2922 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2923 {
2924 typeof(object),
2925 typeof(IntPtr)
2926 }, ReturnType = typeof(void))]
2927 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2928 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2929 internal List<int> <.cctor>b__39_17(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2930 {
2931 throw null;
2932 }
2933
2934 [global::Cpp2ILInjected.Token(Token = "0x6003BD6")]
2935 [global::Cpp2ILInjected.Address(RVA = "0x1488824", Offset = "0x1488824", Length = "0x2BC")]
2936 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2937 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2938 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2939 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2940 {
2941 typeof(object),
2942 typeof(IntPtr)
2943 }, ReturnType = typeof(void))]
2944 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2945 {
2948 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2949 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2950 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2951 {
2953 typeof(Item[])
2954 }, ReturnType = typeof(void))]
2955 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2956 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2957 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2958 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2959 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2960 {
2961 typeof(object),
2962 typeof(IntPtr)
2963 }, ReturnType = typeof(void))]
2964 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
2965 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
2966 internal List<int> <.cctor>b__39_18(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
2967 {
2968 throw null;
2969 }
2970
2971 [global::Cpp2ILInjected.Token(Token = "0x6003BD7")]
2972 [global::Cpp2ILInjected.Address(RVA = "0x1488AE0", Offset = "0x1488AE0", Length = "0x2BC")]
2973 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2974 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2975 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2976 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
2977 {
2978 typeof(object),
2979 typeof(IntPtr)
2980 }, ReturnType = typeof(void))]
2981 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
2982 {
2985 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
2986 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
2987 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
2988 {
2990 typeof(Item[])
2991 }, ReturnType = typeof(void))]
2992 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
2993 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
2994 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
2995 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
2996 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
2997 {
2998 typeof(object),
2999 typeof(IntPtr)
3000 }, ReturnType = typeof(void))]
3001 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3002 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3003 internal List<int> <.cctor>b__39_19(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3004 {
3005 throw null;
3006 }
3007
3008 [global::Cpp2ILInjected.Token(Token = "0x6003BD8")]
3009 [global::Cpp2ILInjected.Address(RVA = "0x1488D9C", Offset = "0x1488D9C", Length = "0x2BC")]
3010 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3011 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3012 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3013 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3014 {
3015 typeof(object),
3016 typeof(IntPtr)
3017 }, ReturnType = typeof(void))]
3018 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3019 {
3022 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3023 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3024 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3025 {
3027 typeof(Item[])
3028 }, ReturnType = typeof(void))]
3029 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3030 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3031 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3032 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3033 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3034 {
3035 typeof(object),
3036 typeof(IntPtr)
3037 }, ReturnType = typeof(void))]
3038 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3039 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3040 internal List<int> <.cctor>b__39_20(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3041 {
3042 throw null;
3043 }
3044
3045 [global::Cpp2ILInjected.Token(Token = "0x6003BD9")]
3046 [global::Cpp2ILInjected.Address(RVA = "0x1489058", Offset = "0x1489058", Length = "0x2BC")]
3047 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3048 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3049 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3050 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3051 {
3052 typeof(object),
3053 typeof(IntPtr)
3054 }, ReturnType = typeof(void))]
3055 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3056 {
3059 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3060 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3061 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3062 {
3064 typeof(Item[])
3065 }, ReturnType = typeof(void))]
3066 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3067 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3068 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3069 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3070 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3071 {
3072 typeof(object),
3073 typeof(IntPtr)
3074 }, ReturnType = typeof(void))]
3075 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3076 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3077 internal List<int> <.cctor>b__39_21(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3078 {
3079 throw null;
3080 }
3081
3082 [global::Cpp2ILInjected.Token(Token = "0x6003BDA")]
3083 [global::Cpp2ILInjected.Address(RVA = "0x1489314", Offset = "0x1489314", Length = "0x2BC")]
3084 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3085 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3086 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3087 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3088 {
3089 typeof(object),
3090 typeof(IntPtr)
3091 }, ReturnType = typeof(void))]
3092 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3093 {
3096 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3097 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3098 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3099 {
3101 typeof(Item[])
3102 }, ReturnType = typeof(void))]
3103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3108 {
3109 typeof(object),
3110 typeof(IntPtr)
3111 }, ReturnType = typeof(void))]
3112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3113 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3114 internal List<int> <.cctor>b__39_22(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3115 {
3116 throw null;
3117 }
3118
3119 [global::Cpp2ILInjected.Token(Token = "0x6003BDB")]
3120 [global::Cpp2ILInjected.Address(RVA = "0x14895D0", Offset = "0x14895D0", Length = "0x2BC")]
3121 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3125 {
3126 typeof(object),
3127 typeof(IntPtr)
3128 }, ReturnType = typeof(void))]
3129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3130 {
3133 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3136 {
3138 typeof(Item[])
3139 }, ReturnType = typeof(void))]
3140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3145 {
3146 typeof(object),
3147 typeof(IntPtr)
3148 }, ReturnType = typeof(void))]
3149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3151 internal List<int> <.cctor>b__39_23(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3152 {
3153 throw null;
3154 }
3155
3156 [global::Cpp2ILInjected.Token(Token = "0x6003BDC")]
3157 [global::Cpp2ILInjected.Address(RVA = "0x148988C", Offset = "0x148988C", Length = "0x2BC")]
3158 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3162 {
3163 typeof(object),
3164 typeof(IntPtr)
3165 }, ReturnType = typeof(void))]
3166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3167 {
3170 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3173 {
3175 typeof(Item[])
3176 }, ReturnType = typeof(void))]
3177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3182 {
3183 typeof(object),
3184 typeof(IntPtr)
3185 }, ReturnType = typeof(void))]
3186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3187 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3188 internal List<int> <.cctor>b__39_24(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3189 {
3190 throw null;
3191 }
3192
3193 [global::Cpp2ILInjected.Token(Token = "0x6003BDD")]
3194 [global::Cpp2ILInjected.Address(RVA = "0x1489B48", Offset = "0x1489B48", Length = "0x2BC")]
3195 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3199 {
3200 typeof(object),
3201 typeof(IntPtr)
3202 }, ReturnType = typeof(void))]
3203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3204 {
3207 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3210 {
3212 typeof(Item[])
3213 }, ReturnType = typeof(void))]
3214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3215 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3219 {
3220 typeof(object),
3221 typeof(IntPtr)
3222 }, ReturnType = typeof(void))]
3223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3224 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3225 internal List<int> <.cctor>b__39_25(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3226 {
3227 throw null;
3228 }
3229
3230 [global::Cpp2ILInjected.Token(Token = "0x6003BDE")]
3231 [global::Cpp2ILInjected.Address(RVA = "0x1489E04", Offset = "0x1489E04", Length = "0x2BC")]
3232 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3236 {
3237 typeof(object),
3238 typeof(IntPtr)
3239 }, ReturnType = typeof(void))]
3240 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3241 {
3244 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3247 {
3249 typeof(Item[])
3250 }, ReturnType = typeof(void))]
3251 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3256 {
3257 typeof(object),
3258 typeof(IntPtr)
3259 }, ReturnType = typeof(void))]
3260 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3261 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3262 internal List<int> <.cctor>b__39_26(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3263 {
3264 throw null;
3265 }
3266
3267 [global::Cpp2ILInjected.Token(Token = "0x6003BDF")]
3268 [global::Cpp2ILInjected.Address(RVA = "0x148A0C0", Offset = "0x148A0C0", Length = "0x2BC")]
3269 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3273 {
3274 typeof(object),
3275 typeof(IntPtr)
3276 }, ReturnType = typeof(void))]
3277 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3278 {
3281 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3284 {
3286 typeof(Item[])
3287 }, ReturnType = typeof(void))]
3288 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3292 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3293 {
3294 typeof(object),
3295 typeof(IntPtr)
3296 }, ReturnType = typeof(void))]
3297 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3298 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3299 internal List<int> <.cctor>b__39_27(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3300 {
3301 throw null;
3302 }
3303
3304 [global::Cpp2ILInjected.Token(Token = "0x6003BE0")]
3305 [global::Cpp2ILInjected.Address(RVA = "0x148A37C", Offset = "0x148A37C", Length = "0x2BC")]
3306 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3307 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3310 {
3311 typeof(object),
3312 typeof(IntPtr)
3313 }, ReturnType = typeof(void))]
3314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3315 {
3318 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3321 {
3323 typeof(Item[])
3324 }, ReturnType = typeof(void))]
3325 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3326 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3327 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3328 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3330 {
3331 typeof(object),
3332 typeof(IntPtr)
3333 }, ReturnType = typeof(void))]
3334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3335 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3336 internal List<int> <.cctor>b__39_28(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3337 {
3338 throw null;
3339 }
3340
3341 [global::Cpp2ILInjected.Token(Token = "0x6003BE1")]
3342 [global::Cpp2ILInjected.Address(RVA = "0x148A638", Offset = "0x148A638", Length = "0x2BC")]
3343 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3344 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3345 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3347 {
3348 typeof(object),
3349 typeof(IntPtr)
3350 }, ReturnType = typeof(void))]
3351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3352 {
3355 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3356 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3357 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3358 {
3360 typeof(Item[])
3361 }, ReturnType = typeof(void))]
3362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3367 {
3368 typeof(object),
3369 typeof(IntPtr)
3370 }, ReturnType = typeof(void))]
3371 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3372 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3373 internal List<int> <.cctor>b__39_29(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3374 {
3375 throw null;
3376 }
3377
3378 [global::Cpp2ILInjected.Token(Token = "0x6003BE2")]
3379 [global::Cpp2ILInjected.Address(RVA = "0x148A8F4", Offset = "0x148A8F4", Length = "0x2BC")]
3380 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3381 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3384 {
3385 typeof(object),
3386 typeof(IntPtr)
3387 }, ReturnType = typeof(void))]
3388 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3389 {
3392 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3394 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3395 {
3397 typeof(Item[])
3398 }, ReturnType = typeof(void))]
3399 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3400 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3401 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3404 {
3405 typeof(object),
3406 typeof(IntPtr)
3407 }, ReturnType = typeof(void))]
3408 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3409 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3410 internal List<int> <.cctor>b__39_30(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3411 {
3412 throw null;
3413 }
3414
3415 [global::Cpp2ILInjected.Token(Token = "0x6003BE3")]
3416 [global::Cpp2ILInjected.Address(RVA = "0x148ABB0", Offset = "0x148ABB0", Length = "0x2BC")]
3417 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3418 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3419 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3421 {
3422 typeof(object),
3423 typeof(IntPtr)
3424 }, ReturnType = typeof(void))]
3425 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3426 {
3429 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3431 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3432 {
3434 typeof(Item[])
3435 }, ReturnType = typeof(void))]
3436 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3441 {
3442 typeof(object),
3443 typeof(IntPtr)
3444 }, ReturnType = typeof(void))]
3445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3446 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3447 internal List<int> <.cctor>b__39_31(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3448 {
3449 throw null;
3450 }
3451
3452 [global::Cpp2ILInjected.Token(Token = "0x6003BE4")]
3453 [global::Cpp2ILInjected.Address(RVA = "0x148AE6C", Offset = "0x148AE6C", Length = "0x2BC")]
3454 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3455 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3456 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3458 {
3459 typeof(object),
3460 typeof(IntPtr)
3461 }, ReturnType = typeof(void))]
3462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3463 {
3466 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3467 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3468 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3469 {
3471 typeof(Item[])
3472 }, ReturnType = typeof(void))]
3473 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3478 {
3479 typeof(object),
3480 typeof(IntPtr)
3481 }, ReturnType = typeof(void))]
3482 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3483 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3484 internal List<int> <.cctor>b__39_32(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3485 {
3486 throw null;
3487 }
3488
3489 [global::Cpp2ILInjected.Token(Token = "0x6003BE5")]
3490 [global::Cpp2ILInjected.Address(RVA = "0x148B128", Offset = "0x148B128", Length = "0x2BC")]
3491 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3492 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3494 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3495 {
3496 typeof(object),
3497 typeof(IntPtr)
3498 }, ReturnType = typeof(void))]
3499 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3500 {
3503 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3505 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3506 {
3508 typeof(Item[])
3509 }, ReturnType = typeof(void))]
3510 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3511 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3512 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3513 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3514 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3515 {
3516 typeof(object),
3517 typeof(IntPtr)
3518 }, ReturnType = typeof(void))]
3519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3520 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3521 internal List<int> <.cctor>b__39_33(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3522 {
3523 throw null;
3524 }
3525
3526 [global::Cpp2ILInjected.Token(Token = "0x6003BE6")]
3527 [global::Cpp2ILInjected.Address(RVA = "0x148B3E4", Offset = "0x148B3E4", Length = "0x2BC")]
3528 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3529 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3530 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3531 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3532 {
3533 typeof(object),
3534 typeof(IntPtr)
3535 }, ReturnType = typeof(void))]
3536 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3537 {
3540 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3543 {
3545 typeof(Item[])
3546 }, ReturnType = typeof(void))]
3547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3548 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3549 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3551 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3552 {
3553 typeof(object),
3554 typeof(IntPtr)
3555 }, ReturnType = typeof(void))]
3556 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3557 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3558 internal List<int> <.cctor>b__39_34(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3559 {
3560 throw null;
3561 }
3562
3563 [global::Cpp2ILInjected.Token(Token = "0x6003BE7")]
3564 [global::Cpp2ILInjected.Address(RVA = "0x148B6A0", Offset = "0x148B6A0", Length = "0x2BC")]
3565 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3566 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3569 {
3570 typeof(object),
3571 typeof(IntPtr)
3572 }, ReturnType = typeof(void))]
3573 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3574 {
3577 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3578 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3579 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3580 {
3582 typeof(Item[])
3583 }, ReturnType = typeof(void))]
3584 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3585 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3586 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3588 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3589 {
3590 typeof(object),
3591 typeof(IntPtr)
3592 }, ReturnType = typeof(void))]
3593 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3594 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3595 internal List<int> <.cctor>b__39_35(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3596 {
3597 throw null;
3598 }
3599
3600 [global::Cpp2ILInjected.Token(Token = "0x6003BE8")]
3601 [global::Cpp2ILInjected.Address(RVA = "0x148B95C", Offset = "0x148B95C", Length = "0x2BC")]
3602 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3603 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<int, bool>), Member = ".ctor", MemberParameters = new object[]
3606 {
3607 typeof(object),
3608 typeof(IntPtr)
3609 }, ReturnType = typeof(void))]
3610 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
3611 {
3614 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
3615 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
3616 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3617 {
3619 typeof(Item[])
3620 }, ReturnType = typeof(void))]
3621 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3622 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3623 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3624 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3625 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3626 {
3627 typeof(object),
3628 typeof(IntPtr)
3629 }, ReturnType = typeof(void))]
3630 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3631 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
3632 internal List<int> <.cctor>b__39_36(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3633 {
3634 throw null;
3635 }
3636
3637 [global::Cpp2ILInjected.Token(Token = "0x6003BE9")]
3638 [global::Cpp2ILInjected.Address(RVA = "0x148BC18", Offset = "0x148BC18", Length = "0x268")]
3639 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3640 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3641 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(void))]
3643 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Terraria.UI.ItemSorting.ItemSortingLayer", Member = "Validate", MemberParameters = new object[]
3644 {
3646 typeof(Item[])
3647 }, ReturnType = typeof(void))]
3648 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
3649 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
3650 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
3651 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
3652 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<int>), Member = ".ctor", MemberParameters = new object[]
3653 {
3654 typeof(object),
3655 typeof(IntPtr)
3656 }, ReturnType = typeof(void))]
3657 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<int>) }, ReturnType = typeof(void))]
3658 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
3659 internal List<int> <.cctor>b__39_37(ItemSorting.ItemSortingLayer layer, Item[] inv, List<int> itemsToSort)
3660 {
3661 throw null;
3662 }
3663
3664 [global::Cpp2ILInjected.Token(Token = "0x4007B58")]
3665 public static readonly ItemSorting.ItemSortingLayers.<>c <>9;
3666 }
3667 }
3668
3670 [global::Cpp2ILInjected.Token(Token = "0x2000710")]
3671 [Serializable]
3672 private sealed class <>c
3673 {
3674 // Note: this type is marked as 'beforefieldinit'.
3675 [global::Cpp2ILInjected.Token(Token = "0x6003BEA")]
3676 [global::Cpp2ILInjected.Address(RVA = "0x148BE80", Offset = "0x148BE80", Length = "0x5C")]
3677 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3678 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3679 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
3680 static <>c()
3681 {
3682 throw null;
3683 }
3684
3685 [global::Cpp2ILInjected.Token(Token = "0x6003BEB")]
3686 [global::Cpp2ILInjected.Address(RVA = "0x148BEDC", Offset = "0x148BEDC", Length = "0x8")]
3687 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3688 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
3689 public <>c()
3690 {
3691 throw null;
3692 }
3693
3694 [global::Cpp2ILInjected.Token(Token = "0x6003BEC")]
3695 [global::Cpp2ILInjected.Address(RVA = "0x148BEE4", Offset = "0x148BEE4", Length = "0x1C")]
3696 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
3697 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "CompareTo", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(int))]
3698 internal int <SetupSortingPriorities>b__5_0(float x, float y)
3699 {
3700 throw null;
3701 }
3702
3703 [global::Cpp2ILInjected.Token(Token = "0x4007B59")]
3704 public static readonly ItemSorting.<>c <>9;
3705
3706 [global::Cpp2ILInjected.Token(Token = "0x4007B5A")]
3707 public static Comparison<float> <>9__5_0;
3708 }
3709 }
3710}
class f__AnonymousType0<< Count > j__TPar
readonly Func< ItemSorting.ItemSortingLayer, Item[], List< int >, List< int > > SortingMethod
ItemSortingLayer(string name, Func< ItemSorting.ItemSortingLayer, Item[], List< int >, List< int > > method)
void Validate(ref List< int > indexesSortable, Item[] inv)
static ItemSorting.ItemSortingLayer MiscWiring
static ItemSorting.ItemSortingLayer PotionsLife
static ItemSorting.ItemSortingLayer EquipCart
static ItemSorting.ItemSortingLayer PotionsHairDyes
static ItemSorting.ItemSortingLayer LastNotTrash
static ItemSorting.ItemSortingLayer MiscMaterials
static ItemSorting.ItemSortingLayer ArmorVanity
static ItemSorting.ItemSortingLayer ToolsHamaxes
static ItemSorting.ItemSortingLayer PotionsDyes
static ItemSorting.ItemSortingLayer ToolsAmmoLeftovers
static ItemSorting.ItemSortingLayer MiscRopes
static ItemSorting.ItemSortingLayer ArmorAccessories
static ItemSorting.ItemSortingLayer ToolsTerraforming
static ItemSorting.ItemSortingLayer LastTrash
static ItemSorting.ItemSortingLayer EquipMount
static ItemSorting.ItemSortingLayer WeaponsMinions
static ItemSorting.ItemSortingLayer PotionsElixirs
static ItemSorting.ItemSortingLayer MiscValuables
static ItemSorting.ItemSortingLayer EquipGrapple
static ItemSorting.ItemSortingLayer PotionsMana
static ItemSorting.ItemSortingLayer ToolsAxes
static ItemSorting.ItemSortingLayer LastTilesImportant
static ItemSorting.ItemSortingLayer EquipVanityPet
static ItemSorting.ItemSortingLayer MiscPainting
static ItemSorting.ItemSortingLayer WeaponsAmmo
static ItemSorting.ItemSortingLayer WeaponsMelee
static ItemSorting.ItemSortingLayer ToolsHammers
static ItemSorting.ItemSortingLayer EquipLightPet
static ItemSorting.ItemSortingLayer ToolsPickaxes
static ItemSorting.ItemSortingLayer LastMaterials
static ItemSorting.ItemSortingLayer WeaponsAssorted
static ItemSorting.ItemSortingLayer WeaponsMagic
static ItemSorting.ItemSortingLayer PotionsBuffs
static ItemSorting.ItemSortingLayer MiscExtractinator
static ItemSorting.ItemSortingLayer WeaponsRanged
static ItemSorting.ItemSortingLayer LastTilesCommon
static ItemSorting.ItemSortingLayer ToolsPicksaws
static ItemSorting.ItemSortingLayer ArmorCombat
static void SortChest()
static void FillAmmoFromInventory()
static void Sort(Item[] inv, bool fromChest, params int[] ignoreSlots)
static void SortCoins()
static Dictionary< string, List< int > > _layerWhiteLists
static void SetupSortingPriorities()
static List< ItemSorting.ItemSortingLayer > _layerList
static void SortInventory()
static void TrySlidingUp(Item[] inv, int slot, int minimumIndex)
static void SetupWhiteLists()
static void ClearAmmoSlotSpaces()
static void RefillItemStack(Item[] inv, Item itemToRefill, int loopStartIndex, int loopEndIndex)