module events.eventargs;

/**
	The arguments of an event.
*/
public class EventArgs {
	public static @property EventArgs Empty() { return new EventArgs(); }
}