POGOProtos.Networking.Responses.ListGymBadgesResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
import "POGOProtos/Data/Badge/AwardedGymBadge.proto";
message ListGymBadgesResponse {
repeated .POGOProtos.Data.Badge.AwardedGymBadge gym_badge = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy