using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class Sound { public string name; //name of the sound used public AudioClip clip; //audio clip associated with the sound }