mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-24 23:07:41 -05:00
9 lines
215 B
Protocol Buffer
Vendored
9 lines
215 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Settings.Master;
|
|
|
|
message EquippedBadgeSettings {
|
|
int64 equip_badge_cooldown_ms = 1;
|
|
repeated float catch_probability_bonus = 2;
|
|
repeated float flee_probability_bonus = 3;
|
|
}
|