terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ButtonAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace NaughtyAttributes
6{
7 // Token: 0x02000006 RID: 6
8 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
10 {
11 // Token: 0x17000004 RID: 4
12 // (get) Token: 0x0600000C RID: 12 RVA: 0x00002160 File Offset: 0x00000360
13 // (set) Token: 0x0600000D RID: 13 RVA: 0x00002174 File Offset: 0x00000374
14 public string Text
15 {
17 get
18 {
19 return this.<Text>k__BackingField;
20 }
22 private set
23 {
24 this.<Text>k__BackingField = value;
25 }
26 }
27
28 // Token: 0x0600000E RID: 14 RVA: 0x00002188 File Offset: 0x00000388
29 public ButtonAttribute([Optional] string text)
30 {
32 }
33
34 // Token: 0x04000007 RID: 7
36 private string <Text>k__BackingField;
37 }
38}
class f__AnonymousType0<< Count > j__TPar
ButtonAttribute([Optional] string text)