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
GroupAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace NaughtyAttributes
6{
7 // Token: 0x0200001A RID: 26
8 public abstract class GroupAttribute : NaughtyAttribute
9 {
10 // Token: 0x17000013 RID: 19
11 // (get) Token: 0x06000043 RID: 67 RVA: 0x0000263C File Offset: 0x0000083C
12 // (set) Token: 0x06000044 RID: 68 RVA: 0x00002650 File Offset: 0x00000850
13 public string Name
14 {
16 get
17 {
18 return this.<Name>k__BackingField;
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x17000014 RID: 20
28 // (get) Token: 0x06000045 RID: 69 RVA: 0x00002664 File Offset: 0x00000864
29 // (set) Token: 0x06000046 RID: 70 RVA: 0x00002678 File Offset: 0x00000878
30 public int GroupOrder
31 {
33 get
34 {
35 return this.<GroupOrder>k__BackingField;
36 }
38 private set
39 {
41 }
42 }
43
44 // Token: 0x17000015 RID: 21
45 // (get) Token: 0x06000047 RID: 71 RVA: 0x0000268C File Offset: 0x0000088C
46 // (set) Token: 0x06000048 RID: 72 RVA: 0x000026A0 File Offset: 0x000008A0
47 public string ParentGroup
48 {
50 get
51 {
52 return this.<ParentGroup>k__BackingField;
53 }
55 private set
56 {
58 }
59 }
60
61 // Token: 0x17000016 RID: 22
62 // (get) Token: 0x06000049 RID: 73 RVA: 0x000026B4 File Offset: 0x000008B4
63 // (set) Token: 0x0600004A RID: 74 RVA: 0x000026C8 File Offset: 0x000008C8
65 {
67 get
68 {
70 }
72 private set
73 {
75 }
76 }
77
78 // Token: 0x0600004B RID: 75 RVA: 0x000026DC File Offset: 0x000008DC
86
87 // Token: 0x04000021 RID: 33
89 private string <Name>k__BackingField;
90
91 // Token: 0x04000022 RID: 34
93 private int <GroupOrder>k__BackingField;
94
95 // Token: 0x04000023 RID: 35
97 private string <ParentGroup>k__BackingField;
98
99 // Token: 0x04000024 RID: 36
101 private string <DisplayChildGroupCondition>k__BackingField;
102 }
103}
class f__AnonymousType0<< Count > j__TPar
string< ParentGroup > k__BackingField
GroupAttribute(string name, int groupOrder=-1, [Optional] string parentGroup, [Optional] string displayChildGroupCondition)
string< DisplayChildGroupCondition > k__BackingField