namespace Encompass { /// /// Structs that implement IDrawComponent are considered to be DrawComponents. /// public interface IDrawComponent { } }