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