mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-08 12:17:48 +00:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
11
src/ZoneCode/Game/T6/XAssets/StringTable.txt
Normal file
11
src/ZoneCode/Game/T6/XAssets/StringTable.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
// =========================================
|
||||
// StringTable
|
||||
// =========================================
|
||||
use StringTable;
|
||||
set string name;
|
||||
set name name;
|
||||
set count values columnCount * rowCount;
|
||||
set count cellIndex columnCount * rowCount;
|
||||
|
||||
// StringTableCell
|
||||
set string StringTableCell::string;
|
||||
Reference in New Issue
Block a user