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

POGOProtos.Networking.Responses.GetGymBadgeDetailsResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Data/Badge/AwardedGymBadge.proto";
import "POGOProtos/Data/Gym/GymDefender.proto";

message GetGymBadgeDetailsResponse {
	.POGOProtos.Data.Badge.AwardedGymBadge gym_badge = 1;
	.POGOProtos.Data.Gym.GymDefender gym_defender = 2;
	bool success = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy