コード例 #1
0
        public static void AddLunarChestDefaultDrops()
        {
            var lun = ItemDropAPI.GetDefaultLunarDropList();

            var lunarSelections = lun.ToSelection();

            lunarSelections.IsDefaults = true;

            RemoveDefaultDrops(ItemDropLocation.LunarChest);
            ItemDropAPI.AddDrops(ItemDropLocation.LunarChest, lunarSelections);
        }
コード例 #2
0
        public static void AddLunarChestDefaultDrops()
        {
            var lun = ItemDropAPI.GetDefaultLunarDropList();

            ItemDropAPI.AddDropInformation(ItemDropLocation.LunarChest, lun.ToSelection());
        }