示例#1
0
 internal NormalStages(Stage[] regular, Stage[] gachi)
 {
     this.Regular = regular;
     this.Gachi = gachi;
 }
示例#2
0
 internal FestivalStages(Stage[] fest)
 {
     this.Regular = fest;
 }