Import and use applyActorScheduleStateToNpcDefinition in runtime-host.ts
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user