POGOProtos.Networking.Responses.SfidaCaptureResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message SfidaCaptureResponse {
Result result = 1;
int32 xp_gain = 2;
enum Result {
UNSET = 0;
POKEMON_CAPTURED = 1;
POKEMON_FLED = 2;
NOT_FOUND = 3;
NO_MORE_POKEBALLS = 4;
POKEMON_INVENTORY_FULL = 5;
NOT_IN_RANGE = 6;
ENCOUNTER_ALREADY_FINISHED = 7;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy