mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-10 11:14:48 -05:00
8 lines
150 B
Protocol Buffer
Vendored
8 lines
150 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Envelopes;
|
|
|
|
message AuthTicket {
|
|
bytes start = 1;
|
|
uint64 expire_timestamp_ms = 2;
|
|
bytes end = 3;
|
|
} |