POGOProtos.Networking.Responses.UseItemGymResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message UseItemGymResponse {
Result result = 1;
int64 updated_gp = 2; // Gym Points (?)
enum Result {
UNSET = 0;
SUCCESS = 1;
ERROR_CANNOT_USE = 2;
ERROR_NOT_IN_RANGE = 3;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy