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
BoxGroupAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000019 RID: 25
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 {
10 // Token: 0x06000042 RID: 66 RVA: 0x0000260C File Offset: 0x0000080C
11 public BoxGroupAttribute(string name = "", int groupOrder = -1, [Optional] string parentGroup, [Optional] string subGroupCondition)
12 {
14 this.<GroupOrder>k__BackingField = groupOrder;
15 this.<ParentGroup>k__BackingField = parentGroup;
16 this.<DisplayChildGroupCondition>k__BackingField = subGroupCondition;
17 }
18 }
19}
class f__AnonymousType0<< Count > j__TPar
BoxGroupAttribute(string name="", int groupOrder=-1, [Optional] string parentGroup, [Optional] string subGroupCondition)