chore: Change AuthServer to use BitStream references (#1475)

This commit is contained in:
jadebenn
2024-02-26 08:06:02 -06:00
committed by GitHub
parent 95d687846a
commit 5c1ed332c4
2 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ struct Stamp {
this->timestamp = timestamp;
}
void Serialize(RakNet::BitStream* outBitStream);
void Serialize(RakNet::BitStream& outBitStream);
};
enum class ClientOS : uint8_t {