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

10 lines
235 B
C#

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