using System.Collections; using System.Collections.Generic; using UnityEngine; public interface IFMODTool { void FireEvent(string EventName); }