diff options
Diffstat (limited to 'Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/ScreenCollection.cs')
-rw-r--r-- | Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/ScreenCollection.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/ScreenCollection.cs b/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/ScreenCollection.cs new file mode 100644 index 0000000..0572728 --- /dev/null +++ b/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/ScreenCollection.cs @@ -0,0 +1,10 @@ +namespace MonoGame.Extended.Gui +{ + //public class ScreenCollection : ElementCollection<Screen, GuiSystem> + //{ + // public ScreenCollection(GuiSystem parent) + // : base(parent) + // { + // } + //} +}
\ No newline at end of file |