mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-12 22:31:02 -05:00
8 lines
149 B
Protocol Buffer
Vendored
8 lines
149 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Settings;
|
|
|
|
message LevelSettings {
|
|
double trainer_cp_modifier = 2;
|
|
double trainer_difficulty_modifier = 3;
|
|
}
|