POGOProtos.Networking.Responses.RemoveQuestResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message RemoveQuestResponse {
Status status = 1;
enum Status {
UNSET = 0;
SUCCESS = 1;
ERROR_QUEST_NOT_FOUND = 2;
ERROR_STORY_QUEST_NOT_REMOVABLE = 3;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy