using UnityEngine; using static FMODEvents; public class GrabAudioProfile : MonoBehaviour { [SerializeField] private GrabSoundType grabSoundType = GrabSoundType.Default; public GrabSoundType GrabSoundType => grabSoundType; }