component.playersystem
Manages game players and player components.
- class PlayerSystem: component.system.System;
Manages game players and player components.
- this(EntitySystem entitySystem, Player[] players);
Construct a PlayerSystem working on entities from specified EntitySystem,
with specified players in game.
- void update();
Update the PlayerSystem.