using Terraria.ModLoader; namespace Decimation.Lib { public interface IDecimationPlayer { bool HasLavaCharm { get; } bool HasShield { get; } } }