1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 00:28:10 -05:00

Add server status received event including raw response

This commit is contained in:
RaidMax
2024-02-17 15:33:15 -06:00
parent d325993670
commit b286548906
6 changed files with 37 additions and 8 deletions

View File

@ -31,5 +31,10 @@ namespace SharedLibraryCore.Interfaces
/// active clients
/// </summary>
EFClient[] Clients { get; }
/// <summary>
/// raw text data from the game server
/// </summary>
string[] RawResponse { get; }
}
}
}