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