// =========================================
// ComWorld
// =========================================
use ComWorld;
set block XFILE_BLOCK_TEMP;
set string name;
set count primaryLights primaryLightCount;
set count unknownCells unknownCellCount;

// ComPrimaryLight
use ComPrimaryLight;
set string defName;

// ComWorldUnknownCell
use ComWorldUnknownCell;
set count data 5120;
