From 7610fc8f6ac9427750a024b5bdd4e475edf67fe6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 1 May 2026 16:44:58 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/navigation-controller.ts --- src/runtime-three/navigation-controller.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/runtime-three/navigation-controller.ts b/src/runtime-three/navigation-controller.ts index 9ec74fff..25572cfa 100644 --- a/src/runtime-three/navigation-controller.ts +++ b/src/runtime-three/navigation-controller.ts @@ -83,7 +83,8 @@ export type RuntimeLocomotionMode = | "flying" | "swimming" | "diving" - | "climbing"; + | "climbing" + | "ledgeGrab"; export type RuntimeAirborneKind = "jumping" | "falling" | null; export type RuntimeLocomotionGait = | "idle"