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