diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index b8ebd043..bdd6cf2c 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -378,6 +378,7 @@ export interface RuntimeNpc { name?: string; visible: boolean; targetable: boolean; + targetAnchor: NpcTargetAnchor; position: Vec3; yawDegrees: number; scale: Vec3;