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
LeafRangeNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D2")]
8 internal sealed class LeafRangeNode : LeafNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000203")]
11 public decimal Max
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600084B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1DB64B4", Offset = "0x1DB64B4", Length = "0xC")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x17000204")]
23 public decimal Min
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x600084C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1DB64C0", Offset = "0x1DB64C0", Length = "0xC")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x17000205")]
36 {
37 [global::Cpp2ILInjected.Token(Token = "0x600084D")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1DB64CC", Offset = "0x1DB64CC", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
44 [global::Cpp2ILInjected.Token(Token = "0x600084E")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1DB64D4", Offset = "0x1DB64D4", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 set
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x400042D")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
55 private decimal min;
56
57 [global::Cpp2ILInjected.Token(Token = "0x400042E")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
59 private decimal max;
60
61 [global::Cpp2ILInjected.Token(Token = "0x400042F")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
64 }
65}