Represents a system in an ECS architecture.
The name identifying the system.
The query used to fetch relevant entities each tick.
The stage in which the system is executed.
Advances the system by one tick.
Represents a system in an ECS architecture.