Add container nesting.
This commit is contained in:
@@ -15,6 +15,11 @@ public interface IParentableElement
|
||||
public void AddChild(IElement child);
|
||||
}
|
||||
|
||||
public interface IUpdatableElement
|
||||
{
|
||||
void Update();
|
||||
}
|
||||
|
||||
public interface IRenderableElement
|
||||
{
|
||||
public bool Visible { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user