component.system

Base interface of all component processing systems.

abstract interface System;

Base interface of all component processing systems.

abstract void update();

Update the system, processing related components.