mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-07 13:04:58 +00:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
// =========================================
|
|
// LeaderboardDef
|
|
// =========================================
|
|
use LeaderboardDef;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set count columns columnCount;
|
|
|
|
// LbColumnDef
|
|
use LbColumnDef;
|
|
set string name;
|
|
set string statName; |