1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 08:38:19 -05:00
Files
IW4M-Admin/SharedLibraryCore/Events/Server/ServerStatusReceiveEvent.cs
2024-07-02 16:27:28 -05:00

9 lines
195 B
C#

using SharedLibraryCore.Interfaces;
namespace SharedLibraryCore.Events.Server;
public class ServerStatusReceiveEvent : GameServerEvent
{
public IStatusResponse Response { get; set; }
}