JavidPack / BossChecklist

Mod for tModLoader to help with Boss Progression
https://forums.terraria.org/index.php?threads/boss-checklist-in-game-progression-checklist.50668/
60 stars 23 forks source link

Remove BossCollection and save its components as a KeyValuePair #63

Closed SheepishShepherd closed 2 years ago

SheepishShepherd commented 2 years ago

At this point there is no reason to keep public class BossCollection : TagSerializable as it is. Both the loot and collectible lists can be combined as one into a value, and the boss key can be a key. This would result in a loss of player data relating to this, but I feel it would be the better approach. Considering we are still in alpha, might be worth considering.