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 { import {
applyControlEffectToResolvedState, applyControlEffectToResolvedState,
createInteractionLinkResolvedControlSource, createInteractionLinkResolvedControlSource,
type ActorControlTargetRef,
type ControlEffect, type ControlEffect,
type InteractionControlTargetRef, type InteractionControlTargetRef,
type LightControlTargetRef, type LightControlTargetRef,
@@ -130,6 +131,7 @@ import type {
RuntimeTeleportTarget RuntimeTeleportTarget
} from "./runtime-scene-build"; } from "./runtime-scene-build";
import { import {
applyActorScheduleStateToNpcDefinition,
buildRuntimeNpcCollider, buildRuntimeNpcCollider,
createRuntimeNpcFromDefinition createRuntimeNpcFromDefinition
} from "./runtime-scene-build"; } from "./runtime-scene-build";