Attacks on collisions

This commit is contained in:
2025-08-07 02:02:46 +02:00
parent 4e128b7641
commit 9a70b0bd2a
5 changed files with 118 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ public class HealthManager : MonoBehaviour
return;
}
_currentHealth += amount;
Debug.Log("Health of " + gameObject.name + ": " + _currentHealth);
}
}