some code cleanup and documentation

This commit is contained in:
Dylan Wilson
2018-06-20 22:02:28 +10:00
parent 89dbb71a1a
commit 6e73a59055
15 changed files with 200 additions and 101 deletions
@@ -4,7 +4,7 @@ namespace MonoGame.Extended.Entities.Systems
{
public abstract class EntityProcessingSystem : EntityUpdateSystem
{
protected EntityProcessingSystem(Aspect.Builder aspectBuilder)
protected EntityProcessingSystem(AspectBuilder aspectBuilder)
: base(aspectBuilder)
{
}