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
OldAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.Utilities
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000506")]
8 public sealed class OldAttribute : Attribute
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6003118")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1303398", Offset = "0x1303398", Length = "0x54")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
15 public OldAttribute()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6003119")]
21 [global::Cpp2ILInjected.Address(RVA = "0x13033EC", Offset = "0x13033EC", Length = "0x28")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
24 public OldAttribute(string message)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x17000624")]
30 public string Message
31 {
32 [global::Cpp2ILInjected.Token(Token = "0x600311A")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1303414", Offset = "0x1303414", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 get
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x4003AEF")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
43 private string message;
44 }
45}
class f__AnonymousType0<< Count > j__TPar