interface
ISystem
ECS system interface for logic processing. Implement onSystemRegistered(), onSystemUnregistered(), getGroup() for system grouping, getDependencies() for execution order.