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