コード例 #1
0
 public InternalSellInfo()
 {
     Add(typeof(Amber), Amber.GetSBSellValue());
     Add(typeof(Amethyst), Amethyst.GetSBSellValue());
     Add(typeof(Citrine), Citrine.GetSBSellValue());
     Add(typeof(Diamond), Diamond.GetSBSellValue());
     Add(typeof(Emerald), Emerald.GetSBSellValue());
     Add(typeof(Ruby), Ruby.GetSBSellValue());
     Add(typeof(Sapphire), Sapphire.GetSBSellValue());
     Add(typeof(StarSapphire), StarSapphire.GetSBSellValue());
     Add(typeof(Tourmaline), Tourmaline.GetSBSellValue());
 }