stunnable targets on hit

This commit is contained in:
2026-05-15 15:29:24 +02:00
parent a0e99a959f
commit afa335e7bf
19 changed files with 200 additions and 60 deletions

View File

@@ -20,9 +20,9 @@ public class MovementSystemUnitTest
var inputs = new MovementInputs(
Velocity: Vector3.Zero,
TargetLocation: new Vector3(10, 0, 0),
isOnFloor: false,
gravity: Vector3.Down * 9.8f,
delta: 1.0
IsOnFloor: false,
Gravity: Vector3.Down * 9.8f,
Delta: 1.0
);
var v = move.ComputeVelocity(inputs);