|
ecs
|
Abstract base class representing a system in the ECS architecture. More...
#include <System.hpp>
Abstract base class representing a system in the ECS architecture.
The System class defines the interface that all concrete systems must implement. Each system operates on entities and their components, typically through a Registry.