using RecrownedAthenaeum.Render; namespace RecrownedAthenaeum.Types { /// /// A wrapper that makes sure anything implementing can be drawn with options. /// public interface IDrawable { } }