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
SpecialSettingAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020004B0 RID: 1200
7 public sealed class SpecialSettingAttribute : Attribute
8 {
9 // Token: 0x0600202A RID: 8234 RVA: 0x00052C90 File Offset: 0x00050E90
13
14 // Token: 0x17000789 RID: 1929
15 // (get) Token: 0x0600202B RID: 8235 RVA: 0x00052CA0 File Offset: 0x00050EA0
17 {
18 get
19 {
20 throw new NotSupportedException();
21 }
22 }
23 }
24}
class f__AnonymousType0<< Count > j__TPar
SpecialSettingAttribute(SpecialSetting specialSetting)