hide these fields since they're constant for now, to make it clear for external callers that these are not meant to change

This commit is contained in:
a 2023-12-22 09:21:56 +02:00 committed by otavepto
parent 8b4914a684
commit 0e584aa09c

View File

@ -59,13 +59,16 @@ struct AppTicketGC {
uint64_t GCToken;
CSteamID id;
uint32_t ticketGenDate; //epoch
uint32_t one = 1;
uint32_t two = 2;
uint32_t ExternalIP;
uint32_t InternalIP;
uint32_t TimeSinceStartup;
uint32_t TicketGeneratedCount;
private:
uint32_t one = 1;
uint32_t two = 2;
public:
std::vector<uint8_t> Serialize()
{
std::vector<uint8_t> buffer;