quake2ts 0.0.532 → 0.0.534

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,6 +89,7 @@ __export(index_exports, {
89
89
  SV_StepDirection: () => SV_StepDirection,
90
90
  SV_flystep: () => SV_flystep,
91
91
  SaveStorage: () => SaveStorage,
92
+ ScriptHookRegistry: () => ScriptHookRegistry,
92
93
  ServerFlags: () => ServerFlags,
93
94
  Solid: () => Solid,
94
95
  SpawnRegistry: () => SpawnRegistry,
@@ -28039,6 +28040,7 @@ function createGame(imports, engine, options) {
28039
28040
  SV_StepDirection,
28040
28041
  SV_flystep,
28041
28042
  SaveStorage,
28043
+ ScriptHookRegistry,
28042
28044
  ServerFlags,
28043
28045
  Solid,
28044
28046
  SpawnRegistry,