Migrate more members

This commit is contained in:
David Markowitz
2026-06-12 13:44:16 -07:00
parent 77077d84f9
commit b1e51a5f5b
20 changed files with 135 additions and 124 deletions

View File

@@ -70,8 +70,7 @@ public:
private:
using LeaderboardEntry = std::vector<LDFBaseData*>;
using LeaderboardEntries = std::vector<LeaderboardEntry>;
using LeaderboardEntries = std::vector<LwoNameValue>;
LeaderboardEntries entries;
LWOOBJID relatedPlayer;
@@ -81,7 +80,7 @@ private:
bool weekly;
uint32_t numResults;
public:
LeaderboardEntry& PushBackEntry() {
LwoNameValue& PushBackEntry() {
return entries.emplace_back();
}