mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
4b8c3deb1f
no pro crowd any more...
11 lines
182 B
Protocol Buffer
11 lines
182 B
Protocol Buffer
syntax = "proto2";
|
|
message HashSeed {
|
|
required uint32 seed1 = 1;
|
|
required uint32 seed2 = 2;
|
|
required uint64 expiryDate = 3;
|
|
}
|
|
|
|
message HashSeeds {
|
|
repeated HashSeed seeds = 1;
|
|
}
|