6 lines
100 B
C#
6 lines
100 B
C#
namespace SharedLibraryCore.Events.Server;
|
|
|
|
public class MonitorStartEvent : GameServerEvent
|
|
{
|
|
}
|