chore: Convert LeaderboardManager to use BitStream refs (#1469)

This commit is contained in:
jadebenn
2024-02-26 23:25:45 -06:00
committed by GitHub
parent 27d20dd8fa
commit 9e0dd05d42
3 changed files with 10 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ public:
*
* Expensive! Leaderboards are very string intensive so be wary of performatnce calling this method.
*/
void Serialize(RakNet::BitStream* bitStream) const;
void Serialize(RakNet::BitStream& bitStream) const;
/**
* Builds the leaderboard from the database based on the associated gameID