namespace MonoGame.Extended.Entities { public delegate void EntityComponentDelegate(Entity entity, object component); }