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