mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-08 12:17:48 +00:00
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
// =========================================
|
|
// StringTable
|
|
// =========================================
|
|
use StringTable;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set count values columnCount * rowCount;
|
|
set count cellIndex columnCount * rowCount;
|
|
|
|
// StringTableCell
|
|
set string StringTableCell::string; |