1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 14:18:20 -05:00
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
{
}