mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-19 16:51:35 -05:00
8 lines
176 B
Protocol Buffer
8 lines
176 B
Protocol Buffer
syntax = "proto3";
|
|
package POGOProtos.Settings.Master.Item;
|
|
|
|
message FortModifierAttributes {
|
|
int32 modifier_lifetime_seconds = 1;
|
|
int32 troy_disk_num_pokemon_spawned = 2;
|
|
}
|