feat: add async queries (#113)

This commit is contained in:
Axel Cocat
2023-04-01 18:33:31 +02:00
committed by GitHub
parent 50329656fb
commit fb1f240177
6 changed files with 102 additions and 3 deletions

View File

@@ -240,6 +240,7 @@ public:
lua_State* L;
EventMgr* eventMgr;
HttpManager httpManager;
QueryCallbackProcessor queryProcessor;
BindingMap< EventKey<Hooks::ServerEvents> >* ServerEventBindings;
BindingMap< EventKey<Hooks::PlayerEvents> >* PlayerEventBindings;