Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventArgs.cs
Go to the documentation of this file.
2
3namespace System;
4
6[TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
7public class EventArgs
8{
9 public static readonly EventArgs Empty = new EventArgs();
10}