auto-git:

[change] src/runtime-three/navigation-controller.ts
This commit is contained in:
2026-05-01 16:44:58 +02:00
parent 767ecc9def
commit 7610fc8f6a

View File

@@ -83,7 +83,8 @@ export type RuntimeLocomotionMode =
| "flying" | "flying"
| "swimming" | "swimming"
| "diving" | "diving"
| "climbing"; | "climbing"
| "ledgeGrab";
export type RuntimeAirborneKind = "jumping" | "falling" | null; export type RuntimeAirborneKind = "jumping" | "falling" | null;
export type RuntimeLocomotionGait = export type RuntimeLocomotionGait =
| "idle" | "idle"