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
ResourceCreatedEventArgs.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000389 RID: 905
7 public sealed class ResourceCreatedEventArgs : EventArgs
8 {
9 // Token: 0x1700030A RID: 778
10 // (get) Token: 0x060017FE RID: 6142 RVA: 0x00065FB0 File Offset: 0x000641B0
11 // (set) Token: 0x060017FF RID: 6143 RVA: 0x00065FC4 File Offset: 0x000641C4
12 public object Resource
13 {
15 get
16 {
17 return this.<Resource>k__BackingField;
18 }
20 internal set
21 {
23 }
24 }
25
26 // Token: 0x06001800 RID: 6144 RVA: 0x00065FD8 File Offset: 0x000641D8
28 {
29 if (!true)
30 {
31 }
32 base..ctor();
33 }
34
35 // Token: 0x04002640 RID: 9792
37 private object <Resource>k__BackingField;
38 }
39}
class f__AnonymousType0<< Count > j__TPar