Class SpawnJobSystem<J extends SpawnJob,T extends SpawnController<J>>

All Implemented Interfaces:
ISystem<EntityStore>, QuerySystem<EntityStore>, TickableSystem<EntityStore>
Direct Known Subclasses:
SpawnBeaconSystems.SpawnJobTick

public abstract class SpawnJobSystem<J extends SpawnJob,T extends SpawnController<J>> extends EntityTickingSystem<EntityStore>