mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Add server status received event including raw response
This commit is contained in:
@ -6,10 +6,11 @@ namespace IW4MAdmin.Application.RConParsers
|
||||
/// <inheritdoc cref="IStatusResponse"/>
|
||||
public class StatusResponse : IStatusResponse
|
||||
{
|
||||
public string Map { get; set; }
|
||||
public string GameType { get; set; }
|
||||
public string Hostname { get; set; }
|
||||
public int? MaxClients { get; set; }
|
||||
public EFClient[] Clients { get; set; }
|
||||
public string Map { get; init; }
|
||||
public string GameType { get; init; }
|
||||
public string Hostname { get; init; }
|
||||
public int? MaxClients { get; init; }
|
||||
public EFClient[] Clients { get; init; }
|
||||
public string[] RawResponse { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user