コード例 #1
0
 public static ISet <int> GetVanillaMusicBoxes()
 {
     return(ItemMusicBoxHelpers.GetVanillaMusicBoxItemIds());
 }
コード例 #2
0
 public static int GetMusicTypeOfMusicBox(int item_type)
 {
     return(ItemMusicBoxHelpers.GetMusicTypeOfVanillaMusicBox(item_type));
 }