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