mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-22 18:29:30 +00:00
10 lines
229 B
C#
10 lines
229 B
C#
namespace MonoGame.Extended.Gui
|
|
{
|
|
//public class WindowCollection : ElementCollection<Window, Screen>
|
|
//{
|
|
// public WindowCollection(Screen parent)
|
|
// : base(parent)
|
|
// {
|
|
// }
|
|
//}
|
|
} |