mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-21 20:27:52 -05:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
// =========================================
|
|
// ComWorld
|
|
// =========================================
|
|
use ComWorld;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set name name;
|
|
set count primaryLights primaryLightCount;
|
|
|
|
// ComPrimaryLight
|
|
set string ComPrimaryLight::defName; |