private void FixedUpdate() { if (!_tankHealth.IsDead && _tankMovement.Fuel <= 0f) { _tankHealth.Death(); } }