mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-21 08:57:22 -05:00
8 lines
168 B
Protocol Buffer
Vendored
8 lines
168 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Data.Player;
|
|
|
|
message DailyBonus {
|
|
int64 next_collected_timestamp_ms = 1;
|
|
int64 next_defender_bonus_collect_timestamp_ms = 2;
|
|
}
|