namespace MonoGame.Extended.Gui { public class GuiScreenCollection : GuiElementCollection { public GuiScreenCollection(GuiSystem parent) : base(parent) { } } }