mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-05 18:51:55 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
// =========================================
|
|
// StringTable
|
|
// =========================================
|
|
use StringTable;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set count values columnCount * rowCount;
|
|
|
|
// StringTableCell
|
|
set string StringTableCell::string; |