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

update help command to use per game commands

This commit is contained in:
RaidMax
2021-11-20 20:32:15 -06:00
parent 882175401e
commit ba2349989f
5 changed files with 98 additions and 74 deletions

View File

@ -20,6 +20,7 @@ namespace SharedLibraryCore.Interfaces
ILogger GetLogger(long serverId);
IList<Server> GetServers();
IList<IManagerCommand> GetCommands();
IReadOnlyList<IManagerCommand> Commands { get; }
IList<Helpers.MessageToken> GetMessageTokens();
IList<EFClient> GetActiveClients();
EFClient FindActiveClient(EFClient client);