Files
MonoGame.Extended/source/MonoGame.Extended.Gui/WindowCollection.cs
T
2024-05-18 19:59:41 -04:00

10 lines
229 B
C#

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