module Engine.Systems.BatchSystem; import Engine.System; import Engine.Component; import Engine.Entity; import Engine.Systems.SimpleSystem; class BatchSystem : SimpleSystem { }