add command interceptor functionality

This commit is contained in:
RaidMax
2022-10-11 16:18:56 -05:00
parent bdb5a1c5f8
commit 40466f84c4
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace SharedLibraryCore.Interfaces
IList<IRConParser> AdditionalRConParsers { get; }
IList<IEventParser> AdditionalEventParsers { get; }
IMiddlewareActionHandler MiddlewareActionHandler { get; }
IList<Func<GameEvent, bool>> CommandInterceptors { get; }
string Version { get; }
ITokenAuthentication TokenAuthenticator { get; }
string ExternalIPAddress { get; }