POGOProtos.Networking.Responses.DeclineSharedExRaidPassResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message DeclineSharedExRaidPassResponse {
Result result = 1;
enum Result {
UNSET = 0;
SUCCESS = 1;
ERROR_EX_RAID_PASS_NOT_FOUND = 2;
ERROR_UNKNOWN = 3;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy