Module chunks

Module chunks 

Source
Expand description

Types defined from blocks of data.

Modules§

config
Data blocks storing shared data between all associated user files.
game
Data blocks storing gameplay data.
sysconf
Data blocks storing shared data between all user files.

Enums§

ConfigDataChunk
The storage for some block of shared data between all associated user files.
GameDataChunk
The storage for some block of gameplay data.
SysConfigDataChunk
The storage for some block of shared data between all user files.