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