From 4879fd125797cf0c1aa7064133a2e66f4a696345 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:55:59 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-scene-build.ts --- src/runtime-three/runtime-scene-build.ts | 1 + 1 file changed, 1 insertion(+) 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;