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