Finished saving

This commit is contained in:
EmosewaMC
2023-05-04 16:53:36 -07:00
parent 28a0492201
commit 0faef7d791
2 changed files with 37 additions and 37 deletions

View File

@@ -68,6 +68,9 @@ public:
void Send(LWOOBJID targetID) const;
private:
inline void WriteLeaderboardRow(std::ostringstream& leaderboard, const uint32_t& index, LDFBaseData* data);
// Returns true if the string needs formatting
bool GetRankingQuery(std::string& lookupReturn) const;
LeaderboardEntries entries;
LWOOBJID relatedPlayer;
GameID gameID;