All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Networking.Responses.GetQuestDetailsResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Data/Quests/ClientQuest.proto";

message GetQuestDetailsResponse {
	Status status = 1;
	repeated .POGOProtos.Data.Quests.ClientQuest quests = 2;

	enum Status {
		UNSET = 0;
		SUCCESS = 1;
		ERROR_QUEST_NOT_FOUND = 2;
		ERROR_INVALID_DISPLAY = 3;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy