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