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
EventAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020005D9 RID: 1497
8 public sealed class EventAttribute : Attribute
9 {
10 // Token: 0x06002D7B RID: 11643 RVA: 0x00064AB4 File Offset: 0x00062CB4
12 {
14 }
15
16 // Token: 0x170006E9 RID: 1769
17 // (set) Token: 0x06002D7C RID: 11644 RVA: 0x00064AD0 File Offset: 0x00062CD0
18 private int EventId
19 {
21 set
22 {
24 }
25 }
26
27 // Token: 0x170006EA RID: 1770
28 // (set) Token: 0x06002D7D RID: 11645 RVA: 0x00064AE4 File Offset: 0x00062CE4
30 {
32 set
33 {
35 }
36 }
37
38 // Token: 0x170006EB RID: 1771
39 // (set) Token: 0x06002D7E RID: 11646 RVA: 0x00064AF8 File Offset: 0x00062CF8
41 {
43 set
44 {
46 }
47 }
48
49 // Token: 0x170006EC RID: 1772
50 // (set) Token: 0x06002D7F RID: 11647 RVA: 0x00064B0C File Offset: 0x00062D0C
51 public string Message
52 {
54 set
55 {
57 }
58 }
59
60 // Token: 0x04001987 RID: 6535
62 private int <EventId>k__BackingField;
63
64 // Token: 0x04001988 RID: 6536
66 private EventLevel <Level>k__BackingField;
67
68 // Token: 0x04001989 RID: 6537
70 private EventKeywords <Keywords>k__BackingField;
71
72 // Token: 0x0400198A RID: 6538
74 private string <Message>k__BackingField;
75 }
76}
class f__AnonymousType0<< Count > j__TPar
EventKeywords< Keywords > k__BackingField