auto-git:

[change] src/runtime-three/runtime-scene-build.ts
This commit is contained in:
2026-05-11 21:55:59 +02:00
parent 1ac25b9edf
commit 4879fd1257

View File

@@ -378,6 +378,7 @@ export interface RuntimeNpc {
name?: string;
visible: boolean;
targetable: boolean;
targetAnchor: NpcTargetAnchor;
position: Vec3;
yawDegrees: number;
scale: Vec3;