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
ShowAssetPreviewAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x02000014 RID: 20
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 {
10 // Token: 0x1700000F RID: 15
11 // (get) Token: 0x06000034 RID: 52 RVA: 0x000024F4 File Offset: 0x000006F4
12 // (set) Token: 0x06000035 RID: 53 RVA: 0x00002508 File Offset: 0x00000708
13 public int Width
14 {
16 get
17 {
18 return this.<Width>k__BackingField;
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x17000010 RID: 16
28 // (get) Token: 0x06000036 RID: 54 RVA: 0x0000251C File Offset: 0x0000071C
29 // (set) Token: 0x06000037 RID: 55 RVA: 0x00002530 File Offset: 0x00000730
30 public int Height
31 {
33 get
34 {
35 return this.<Height>k__BackingField;
36 }
38 private set
39 {
41 }
42 }
43
44 // Token: 0x06000038 RID: 56 RVA: 0x00002544 File Offset: 0x00000744
45 public ShowAssetPreviewAttribute(int width = 64, int height = 64)
46 {
47 this.Width = width;
48 }
49
50 // Token: 0x0400001D RID: 29
52 private int <Width>k__BackingField;
53
54 // Token: 0x0400001E RID: 30
56 private int <Height>k__BackingField;
57 }
58}
class f__AnonymousType0<< Count > j__TPar