using System.Collections.Generic; using System; using Terraria; namespace SoulHarvest.Common; public enum DeathAltarItemStorage : byte { Inventory, Armor, CharacterDeathDomain }