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