POGOserver/POGOProtos/Data/Player/DailyBonus.proto
Felix bc853908e1 Update
- Adding protos
- Adding dumps
- Simple http server
- Various packets
- Added readme
2016-08-05 20:43:56 +02:00

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;
}