mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 22:27:53 -05:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
10
src/ZoneCode/Game/IW4/XAssets/ComWorld.txt
Normal file
10
src/ZoneCode/Game/IW4/XAssets/ComWorld.txt
Normal file
@ -0,0 +1,10 @@
|
||||
// =========================================
|
||||
// ComWorld
|
||||
// =========================================
|
||||
use ComWorld;
|
||||
set string name;
|
||||
set name name;
|
||||
set count primaryLights primaryLightCount;
|
||||
|
||||
// ComPrimaryLight
|
||||
set string ComPrimaryLight::defName;
|
Reference in New Issue
Block a user