Assets/Scripts/PlayerController.cs
@@ -159,9 +159,14 @@ } } public void TakeDamage(int damage) { health.Hit(damage); } public void TakeFallDamage(int fallDamage) { health.Hit(fallDamage); TakeDamage(fallDamage); } //public void OnRun(InputAction.CallbackContext context)