diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 7c831c73..54d5880d 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -161,6 +161,10 @@ import { type RuntimeClockState } from "./runtime-project-time"; import { resolveRuntimePlayerMovementHooks } from "./player-controller-telemetry"; +import { + resolveDialogueAttentionCameraSolution, + type DialogueAttentionSideSign +} from "./dialogue-attention-camera"; import { applyRuntimeProjectScheduleToControlState, resolveRuntimeProjectScheduleState