miepzerino
2023-12-15 8139cd89a52559cdd906cd5866dcc55dbd7003a7
Assets/Scripts/Damageable.cs
@@ -32,6 +32,8 @@
        {
            if (value > MaxHealth)
            {
                Debug.Log("Warum?");
                _health = MaxHealth;
            }
            else