almost finished this beast

This commit is contained in:
Dylan Wilson
2018-06-13 23:03:22 +10:00
parent ac14c9e1be
commit 9b2d3670e5
18 changed files with 313 additions and 146 deletions
@@ -2,10 +2,9 @@
namespace MonoGame.Extended.Entities.Systems
{
public abstract class UpdateSystem : BaseSystem
public abstract class UpdateSystem
{
protected UpdateSystem(Aspect.Builder aspect)
: base(aspect)
protected UpdateSystem()
{
}