namespace MonoGame.Extended.Gui { public class WindowCollection : ElementCollection { public WindowCollection(Screen parent) : base(parent) { } } }