void Awake() { I = this; }
// public Song[] SongList = new Song[0]; // Start is called before the first frame update void Start() { songMgr = menu.GetComponent <SongMgr>(); }