Bullet data overhaul

This commit is contained in:
Marco 2025-02-11 19:00:01 +01:00
commit 76221ca7a6
9 changed files with 57 additions and 26 deletions

View file

@ -104,7 +104,7 @@ public partial class Barrel : Area2D, IDestructible
}
public void Hit(float damage)
public void Hit(float damage, DamageType damageType = DamageType.Neutral)
{
if (_isDestroyed) return;