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
ButtonType.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200034A RID: 842
7 internal class ButtonType
8 {
9 // Token: 0x17000254 RID: 596
10 // (get) Token: 0x0600158D RID: 5517 RVA: 0x00060B14 File Offset: 0x0005ED14
11 // (set) Token: 0x0600158E RID: 5518 RVA: 0x00060B28 File Offset: 0x0005ED28
12 public bool button
13 {
15 get
16 {
17 return this.<button>k__BackingField;
18 }
20 set
21 {
22 }
23 }
24
25 // Token: 0x17000255 RID: 597
26 // (get) Token: 0x0600158F RID: 5519 RVA: 0x00060B38 File Offset: 0x0005ED38
27 // (set) Token: 0x06001590 RID: 5520 RVA: 0x00060B4C File Offset: 0x0005ED4C
28 public int index
29 {
31 get
32 {
33 return this.<index>k__BackingField;
34 }
36 set
37 {
39 }
40 }
41
42 // Token: 0x06001591 RID: 5521 RVA: 0x00060B60 File Offset: 0x0005ED60
43 public ButtonType()
44 {
45 }
46
47 // Token: 0x04002320 RID: 8992
49 private bool <button>k__BackingField;
50
51 // Token: 0x04002321 RID: 8993
53 private int <index>k__BackingField;
54 }
55}
class f__AnonymousType0<< Count > j__TPar