mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
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:
parent
8b4914a684
commit
0e584aa09c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user