Class | Description |
---|---|
Game | |
GameObject |
The Base class for every object in the world
the behaviour of the different objects is defined by the components
|
GameState |
represents the state of the game, changes depending on the weather
contains important data for the state
|
GameWorld |
contains the worlds objects and map
|