mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
implement client server connection tracking persistence
This commit is contained in:
@ -7,6 +7,6 @@ namespace SharedLibraryCore.Interfaces
|
||||
public interface IClientMetaResponse
|
||||
{
|
||||
int ClientId { get;}
|
||||
int MetaId { get; }
|
||||
long MetaId { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user