using System.Collections; using System.Collections.Generic; using UnityEngine; namespace SS { public interface ISoundController { public void Play(float value); } }