using Godot; using System; public partial class AudioDamage : AudioStreamPlayer2D { public void OnHPChanged(int amount) { Play(); } }