Esempio n. 1
0
 void Awake()
 {
     I = this;
 }
Esempio n. 2
0
    // public Song[] SongList = new Song[0];

    // Start is called before the first frame update
    void Start()
    {
        songMgr = menu.GetComponent <SongMgr>();
    }