7 lines
104 B
C#
Raw Normal View History

2023-02-11 21:03:35 -06:00
namespace SharedLibraryCore.Events.Server;
public class MonitorStopEvent : GameServerEvent
{
}