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
ContractionComparer.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000034")]
9 internal class ContractionComparer : global::System.Collections.Generic.IComparer<Contraction>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60000AA")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1AADC14", Offset = "0x1AADC14", Length = "0x60")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60000AB")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1AADC74", Offset = "0x1AADC74", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
25 {
26 throw null;
27 }
28
29 // Note: this type is marked as 'beforefieldinit'.
30 [global::Cpp2ILInjected.Token(Token = "0x60000AC")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1AADC7C", Offset = "0x1AADC7C", Length = "0x5C")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x40000E1")]
42 }
43}
class f__AnonymousType0<< Count > j__TPar
static readonly ContractionComparer Instance
int Compare(Contraction c1, Contraction c2)