hook merge + hook wrappers

This commit is contained in:
Oiltanker
2022-04-13 01:34:38 +03:00
parent 1e6ac68e86
commit 5d06df437e
40 changed files with 539 additions and 284 deletions
@@ -562,7 +562,7 @@ namespace Barotrauma
allowInput = true;
}
GameMain.LuaCs.hook.Call("keyUpdate", deltaTime);
GameMain.LuaCs.HookBase.Call("keyUpdate", deltaTime);
oldMouseState = mouseState;
mouseState = latestMouseState;