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

10 lines
235 B
C#

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