All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.Badge.GymBadgeStats.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Badge;

import "POGOProtos/Data/Gym/GymBattle.proto";

message GymBadgeStats {
	uint64 total_time_defended_ms = 1;
	uint32 num_battles_won = 2;
	uint32 num_battles_lost = 5;
	uint32 num_berries_fed = 3;
	uint32 num_deploys = 4;
	repeated POGOProtos.Data.Gym.GymBattle gym_battles = 15;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy