using System; namespace StardewModdingAPI.Events { /// Event arguments for an event. public class DayEndingEventArgs : EventArgs { } }