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