namespace MonoGame.Extended.Gui.Controls { public class GuiControlCollection : GuiElementCollection { public GuiControlCollection() : base(null) { } public GuiControlCollection(GuiControl parent) : base(parent) { } } }