using System.Collections.Generic; using UnityEngine; public class AudioLibrary : MonoBehaviour { public List audios; }