From 0add340ef66e9e730dd0e2cb380531c059fc658d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 30 Apr 2026 00:19:00 +0200 Subject: [PATCH] Add climb action input state to player locomotion tests --- tests/unit/player-locomotion.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/player-locomotion.test.ts b/tests/unit/player-locomotion.test.ts index 9938af79..ae6c2b43 100644 --- a/tests/unit/player-locomotion.test.ts +++ b/tests/unit/player-locomotion.test.ts @@ -34,6 +34,7 @@ const FORWARD_INPUT: PlayerStartActionInputState = { jump: 0, sprint: 0, crouch: 0, + climb: 0, interact: 0, clearTarget: 0, pauseTime: 0