@pragma('vm:prefer-inline') void removeComponents(EntityID e, List<Type> c) { if (_removedEntities.contains(e)) return; _commands.add(_Command.removeComponents(e, c)); }