deep diving into the ecs

This commit is contained in:
Dylan Wilson
2017-11-30 20:55:05 +10:00
parent 97b7a32311
commit 8dd279cbe8
17 changed files with 148 additions and 330 deletions
@@ -80,9 +80,7 @@ namespace MonoGame.Extended.Entities
}
}
protected virtual void Process(GameTime gameTime, Entity entity)
{
}
protected abstract void Process(GameTime gameTime, Entity entity);
protected bool IsInterestedIn(Entity entity)
{