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
InfoBoxAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace NaughtyAttributes
6{
7 // Token: 0x0200001B RID: 27
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = true, Inherited = true)]
10 {
11 // Token: 0x17000017 RID: 23
12 // (get) Token: 0x0600004C RID: 76 RVA: 0x0000270C File Offset: 0x0000090C
13 // (set) Token: 0x0600004D RID: 77 RVA: 0x00002720 File Offset: 0x00000920
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: 0x17000018 RID: 24
29 // (get) Token: 0x0600004E RID: 78 RVA: 0x00002734 File Offset: 0x00000934
30 // (set) Token: 0x0600004F RID: 79 RVA: 0x00002748 File Offset: 0x00000948
32 {
34 get
35 {
36 return this.<Type>k__BackingField;
37 }
39 private set
40 {
42 }
43 }
44
45 // Token: 0x17000019 RID: 25
46 // (get) Token: 0x06000050 RID: 80 RVA: 0x0000275C File Offset: 0x0000095C
47 // (set) Token: 0x06000051 RID: 81 RVA: 0x00002770 File Offset: 0x00000970
48 public string VisibleIf
49 {
51 get
52 {
53 return this.<VisibleIf>k__BackingField;
54 }
56 private set
57 {
59 }
60 }
61
62 // Token: 0x06000052 RID: 82 RVA: 0x00002784 File Offset: 0x00000984
63 public InfoBoxAttribute(string text, InfoBoxType type = InfoBoxType.Normal, [Optional] string visibleIf)
64 {
66 this.Type = type;
68 }
69
70 // Token: 0x06000053 RID: 83 RVA: 0x000027AC File Offset: 0x000009AC
71 public InfoBoxAttribute(string text, string visibleIf)
72 {
75 }
76
77 // Token: 0x04000025 RID: 37
79 private string <Text>k__BackingField;
80
81 // Token: 0x04000026 RID: 38
83 private InfoBoxType <Type>k__BackingField;
84
85 // Token: 0x04000027 RID: 39
87 private string <VisibleIf>k__BackingField;
88 }
89}
class f__AnonymousType0<< Count > j__TPar
InfoBoxAttribute(string text, string visibleIf)
InfoBoxAttribute(string text, InfoBoxType type=InfoBoxType.Normal, [Optional] string visibleIf)