mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
// =========================================
|
|
// LeaderboardDef
|
|
// =========================================
|
|
use LeaderboardDef;
|
|
set string name;
|
|
set name name;
|
|
set count columns columnCount;
|
|
|
|
// LbColumnDef
|
|
use LbColumnDef;
|
|
set string name;
|
|
set string statName; |