Refactor runtime host imports and add schedule resolution functions

This commit is contained in:
2026-04-14 01:57:28 +02:00
parent 037260c85b
commit 86259a1277

View File

@@ -100,10 +100,6 @@ import {
type RuntimeInteractionPrompt
} from "./runtime-interaction-system";
import { RuntimeAudioSystem } from "./runtime-audio-system";
import {
hasNpcPresenceActivityChanged,
resolveNpcPresenceActive
} from "./runtime-npc-presence";
import {
advanceRuntimeClockState,
areRuntimeClockStatesEqual,
@@ -114,6 +110,10 @@ import {
resolveRuntimeTimeState,
type RuntimeClockState
} from "./runtime-project-time";
import {
applyRuntimeProjectScheduleToControlState,
resolveRuntimeProjectScheduleState
} from "./runtime-project-scheduler";
import { ThirdPersonNavigationController } from "./third-person-navigation-controller";
import { resolveUnderwaterFogState } from "./underwater-fog";
import { resolveWaterContact } from "./water-volume-utils";