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