mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-27 23:27:52 -05:00
feat(iw4): load leaderboard definitions from raw
This commit is contained in:
@ -35,11 +35,11 @@ namespace IW4
|
||||
public:
|
||||
std::string name;
|
||||
int colId;
|
||||
int propertyId;
|
||||
bool hidden;
|
||||
std::string statName;
|
||||
std::optional<int> propertyId;
|
||||
std::optional<bool> hidden;
|
||||
std::optional<std::string> statName;
|
||||
LbColType type;
|
||||
int precision;
|
||||
std::optional<int> precision;
|
||||
LbAggType aggregationFunction;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user