Files
MonoGame.Extended/Source/MonoGame.Extended.Gui/WindowCollection.cs
T

10 lines
229 B
C#

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