using Godot; namespace Newlon.Components.Zombies; public partial class AudioDamage : AudioStreamPlayer2D { public void OnDamaged(int amount) { Play(); } }