mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
some code cleanup and documentation
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user