Add interaction input to player locomotion tests

This commit is contained in:
2026-04-27 15:45:32 +02:00
parent 3eca45c54b
commit 9c7fdef4aa

View File

@@ -34,6 +34,7 @@ const FORWARD_INPUT: PlayerStartActionInputState = {
jump: 0,
sprint: 0,
crouch: 0,
interact: 0,
pauseTime: 0
};