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