blob: 6a42e4f9f7bc8f2c9d041b2164f00d67f69eb720 (
plain)
1
2
3
4
5
6
7
|
using System;
namespace StardewModdingAPI.Events
{
/// <summary>Event arguments for an <see cref="IGameLoopEvents.Launched"/> event.</summary>
public class GameLoopLaunchedEventArgs : EventArgs { }
}
|