| Class | Description |
|---|---|
| Entity |
A group of components that exist and are processed together
|
| EntitySystem |
Specialized
GameSystem that handles a set of
Entities matching some constraints |
| GameEngine |
The provider for the game's main loop logic
|
| GameSystem |
Superclass for game systems which do some work on the main loop
|