mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 09:48:00 -05:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
// =========================================
|
|
// StringTable
|
|
// =========================================
|
|
use StringTable;
|
|
// String table is not in the temp block for some reason. nice.
|
|
set string name;
|
|
set name name;
|
|
set string values;
|
|
set count values columnCount * rowCount; |