using System; namespace StardewModdingAPI.Events { /// <summary>Event arguments for an <see cref="IGameLoopEvents.ReturnedToTitle"/> event.</summary> public class ReturnedToTitleEventArgs : EventArgs { } }