using Godot; public partial class SoundEffects : AudioStreamPlayer3D { public void OnFireGun() { Play(); } }