mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
implemented aspect filtering builder
This commit is contained in:
@@ -4,7 +4,8 @@ namespace MonoGame.Extended.Entities.Systems
|
||||
{
|
||||
public abstract class DrawSystem : BaseSystem
|
||||
{
|
||||
protected DrawSystem()
|
||||
protected DrawSystem(Aspect.Builder aspect)
|
||||
: base(aspect)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user