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

7 lines
110 B
C#

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