Files
MonoGame.Extended/Source/MonoGame.Extended.Gui/WindowCollection.cs
T
2018-03-11 22:07:32 +10:00

10 lines
229 B
C#

namespace MonoGame.Extended.Gui
{
//public class WindowCollection : ElementCollection<Window, Screen>
//{
// public WindowCollection(Screen parent)
// : base(parent)
// {
// }
//}
}