auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 04:15:32 +02:00
parent 10c94fc5ec
commit ea511424b4

View File

@@ -148,11 +148,13 @@ import { RapierCollisionWorld } from "./rapier-collision-world";
import {
RuntimeInteractionSystem,
resolveRuntimeTargetCandidates,
resolveRuntimeTargetReference,
resolveStableRuntimeTargetProposal,
type RuntimeDialogueStartSource,
type RuntimeInteractionDispatcher,
type RuntimeInteractionPrompt,
type RuntimeTargetCandidate,
type RuntimeResolvedTarget,
type RuntimeTargetReference
} from "./runtime-interaction-system";
import { RuntimeAudioSystem } from "./runtime-audio-system";