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
MetaAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200001D")]
9 public abstract class MetaAttribute : NaughtyAttribute
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x1700001A")]
12 public int Order
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000054")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1CB5948", Offset = "0x1CB5948", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
23 [global::Cpp2ILInjected.Token(Token = "0x6000055")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1CB5950", Offset = "0x1CB5950", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000056")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1CB590C", Offset = "0x1CB590C", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
36 protected MetaAttribute()
37 {
38 throw null;
39 }
40
42 [global::Cpp2ILInjected.Token(Token = "0x400002C")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
44 private int <Order>k__BackingField;
45 }
46}
class f__AnonymousType0<< Count > j__TPar