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
EventArgs.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020000A3 RID: 163
7 public class EventArgs
8 {
9 // Token: 0x06000672 RID: 1650 RVA: 0x0000F8FC File Offset: 0x0000DAFC
10 public EventArgs()
11 {
12 }
13
14 // Token: 0x06000673 RID: 1651 RVA: 0x0000F910 File Offset: 0x0000DB10
15 // Note: this type is marked as 'beforefieldinit'.
16 static EventArgs()
17 {
18 }
19
20 // Token: 0x0400026C RID: 620
21 public static readonly EventArgs Empty;
22 }
23}
class f__AnonymousType0<< Count > j__TPar
static EventArgs()
Definition EventArgs.cs:16
static readonly EventArgs Empty
Definition EventArgs.cs:21