Example #1
0
 public IngameData()
 {
     Theater          = new TheaterData();
     LessonIdols      = new IdolPickGroup[4];
     CDProcess        = new CDData();
     ConcertProcess   = new ConcertData();
     CurrentIdolIndex = 0;
     CurrentSongIndex = 0;
 }
Example #2
0
 public IngameData()
 {
     Theater = new TheaterData();
 }