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
MetaAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x0200001D RID: 29
7 public abstract class MetaAttribute : NaughtyAttribute
8 {
9 // Token: 0x1700001A RID: 26
10 // (get) Token: 0x06000054 RID: 84 RVA: 0x000027D0 File Offset: 0x000009D0
11 // (set) Token: 0x06000055 RID: 85 RVA: 0x000027E4 File Offset: 0x000009E4
12 public int Order
13 {
15 get
16 {
17 return this.<Order>k__BackingField;
18 }
20 set
21 {
23 }
24 }
25
26 // Token: 0x06000056 RID: 86 RVA: 0x000027F8 File Offset: 0x000009F8
27 protected MetaAttribute()
28 {
29 }
30
31 // Token: 0x0400002C RID: 44
33 private int <Order>k__BackingField;
34 }
35}
class f__AnonymousType0<< Count > j__TPar