namespace SM.Base.Scene { /// /// A iteration of to reduce clutter. /// public interface IBackgroundItem : IShowItem { } }