コード例 #1
0
 public TheRingMakerProductGroup()
     : base("The Ring-maker Cycle")
 {
     MainProduct = new TheVoiceOfIsengardProduct();
     AddProduct(new TheDunlandTrapProduct());
     AddProduct(new TheThreeTrialsProduct());
     AddProduct(new TroubleInTharbadProduct());
     AddProduct(new TheNinInEilphProduct());
     AddProduct(new CelebrimborsSecretProduct());
     AddProduct(new TheAntleredCrownProduct());
 }
コード例 #2
0
 public TheRingMakerProductGroup()
     : base("The Ring-maker Cycle")
 {
     MainProduct = new TheVoiceOfIsengardProduct();
     AddProduct(new TheDunlandTrapProduct());
     AddProduct(new TheThreeTrialsProduct());
     AddProduct(new TroubleInTharbadProduct());
     AddProduct(new TheNinInEilphProduct());
     AddProduct(new CelebrimborsSecretProduct());
     AddProduct(new TheAntleredCrownProduct());
 }