@pragma('vm:prefer-inline') void removeComponent(EntityID e, Type type) { if (_removedEntities.contains(e)) return; _commands.add(_Command.removeComponent(e, type)); }