IW4M-Admin/SharedLibraryCore/Events/Server/ConnectionInterruptEvent.cs
2023-02-11 21:03:35 -06:00

7 lines
112 B
C#

namespace SharedLibraryCore.Events.Server;
public class ConnectionInterruptEvent : GameServerEvent
{
}