using UnityEngine; namespace Services.Interfaces { public interface IAudioService { void PlaySound(AudioClip clip); } }