summaryrefslogtreecommitdiff
path: root/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/ScreenCollection.cs
blob: 0572728dd1c21aaf6698cb7061beb219d16f0f41 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MonoGame.Extended.Gui
{
    //public class ScreenCollection : ElementCollection<Screen, GuiSystem>
    //{
    //    public ScreenCollection(GuiSystem parent) 
    //        : base(parent)
    //    {
    //    }
    //}
}