Import and use applyActorScheduleStateToNpcDefinition in runtime-host.ts

This commit is contained in:
2026-04-14 13:46:26 +02:00
parent d3a31cd114
commit 78d2b3cdf4

View File

@@ -41,6 +41,7 @@ import type { BoxBrush } from "../document/brushes";
import {
applyControlEffectToResolvedState,
createInteractionLinkResolvedControlSource,
type ActorControlTargetRef,
type ControlEffect,
type InteractionControlTargetRef,
type LightControlTargetRef,
@@ -130,6 +131,7 @@ import type {
RuntimeTeleportTarget
} from "./runtime-scene-build";
import {
applyActorScheduleStateToNpcDefinition,
buildRuntimeNpcCollider,
createRuntimeNpcFromDefinition
} from "./runtime-scene-build";