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

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;
}