mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
Move source projects into source directory
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace MonoGame.Extended.Gui.Controls
|
||||
{
|
||||
public class ControlCollection : ElementCollection<Control, Control>
|
||||
{
|
||||
public ControlCollection()
|
||||
: base(null)
|
||||
{
|
||||
}
|
||||
|
||||
public ControlCollection(Control parent)
|
||||
: base(parent)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user