summaryrefslogtreecommitdiff
path: root/src/SMAPI/Events/SavedEventArgs.cs
blob: a4e9072957f13190ffc0f9a2e8915188460eb7e2 (plain)
1
2
3
4
5
6
7
using System;

namespace StardewModdingAPI.Events
{
    /// <summary>Event arguments for an <see cref="IGameLoopEvents.Saved"/> event.</summary>
    public class SavedEventArgs : EventArgs { }
}