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