more ecs stuff

This commit is contained in:
Dylan Wilson
2017-12-01 23:26:38 +10:00
parent 8dd279cbe8
commit 2107d5b9a8
4 changed files with 13 additions and 3 deletions
@@ -80,7 +80,9 @@ namespace MonoGame.Extended.Entities
}
}
protected abstract void Process(GameTime gameTime, Entity entity);
protected virtual void Process(GameTime gameTime, Entity entity)
{
}
protected bool IsInterestedIn(Entity entity)
{