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
ButtonAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x2000006")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000004")]
13 public string Text
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600000C")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB5424", Offset = "0x1CB5424", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x600000D")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB542C", Offset = "0x1CB542C", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x600000E")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1CB5434", Offset = "0x1CB5434", Length = "0x28")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
37 public ButtonAttribute(string text = null)
38 {
39 throw null;
40 }
41
43 [global::Cpp2ILInjected.Token(Token = "0x4000007")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
45 private string <Text>k__BackingField;
46 }
47}
class f__AnonymousType0<< Count > j__TPar