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

11 lines
256 B
Protocol Buffer
Vendored

syntax = "proto3";
package POGOProtos.Settings.Master;
message EncounterSettings {
float spin_bonus_threshold = 1;
float excellent_throw_threshold = 2;
float great_throw_threshold = 3;
float nice_throw_threshold = 4;
int32 milestone_threshold = 5;
}