コード例 #1
0
ファイル: Stages.cs プロジェクト: mntone/SplatoonClient
 internal NormalStages(Stage[] regular, Stage[] gachi)
 {
     this.Regular = regular;
     this.Gachi = gachi;
 }
コード例 #2
0
ファイル: Stages.cs プロジェクト: mntone/SplatoonClient
 internal FestivalStages(Stage[] fest)
 {
     this.Regular = fest;
 }