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
OnValueChangedAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x0200001E RID: 30
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = true, Inherited = true)]
9 {
10 // Token: 0x1700001B RID: 27
11 // (get) Token: 0x06000057 RID: 87 RVA: 0x0000280C File Offset: 0x00000A0C
12 // (set) Token: 0x06000058 RID: 88 RVA: 0x00002820 File Offset: 0x00000A20
13 public string CallbackName
14 {
16 get
17 {
18 return this.<CallbackName>k__BackingField;
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x06000059 RID: 89 RVA: 0x00002834 File Offset: 0x00000A34
32
33 // Token: 0x0400002D RID: 45
35 private string <CallbackName>k__BackingField;
36 }
37}
class f__AnonymousType0<< Count > j__TPar