component.scoresystem
Manages scoring, experience gain, and so on.
- class ScoreSystem: component.system.System;
Manages scoring, experience gain, and so on.
- this(EntitySystem entitySystem);
Construct a ScoreSystem working on entities from specified EntitySystem.
- void update();
Update scores of entities that destroyed other entities.