public static void AddLunarChestDefaultDrops() { var lun = ItemDropAPI.GetDefaultLunarDropList(); var lunarSelections = lun.ToSelection(); lunarSelections.IsDefaults = true; RemoveDefaultDrops(ItemDropLocation.LunarChest); ItemDropAPI.AddDrops(ItemDropLocation.LunarChest, lunarSelections); }
public static void AddLunarChestDefaultDrops() { var lun = ItemDropAPI.GetDefaultLunarDropList(); ItemDropAPI.AddDropInformation(ItemDropLocation.LunarChest, lun.ToSelection()); }