public IngameData() { Theater = new TheaterData(); LessonIdols = new IdolPickGroup[4]; CDProcess = new CDData(); ConcertProcess = new ConcertData(); CurrentIdolIndex = 0; CurrentSongIndex = 0; }
// Start is called before the first frame update void Start() { Data = IngameManager.Instance.Data.ConcertProcess; }