POGOProtos.Networking.Requests.Messages.SubmitCombatChallengePokemonsMessage.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;
message SubmitCombatChallengePokemonsMessage {
string challenge_id = 1;
repeated fixed64 attacking_pokemon_id = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy