mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-08 22:08:29 -05:00
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
// =========================================
|
|
// StringTable
|
|
// =========================================
|
|
use StringTable;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set name name;
|
|
set count values columnCount * rowCount;
|
|
set count cellIndex columnCount * rowCount;
|
|
|
|
// StringTableCell
|
|
set string StringTableCell::string; |