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

POGOProtos.Data.Quests.QuestPokemonEncounter.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Quests;

import "POGOProtos/Enums/EncounterType.proto";
import "POGOProtos/Data/PokemonData.proto";

message QuestPokemonEncounter {
	string quest_id = 1;
	.POGOProtos.Data.PokemonData pokemon = 2;
	.POGOProtos.Enums.EncounterType encounter_type = 3;
	bool is_hidden_ditto = 4;
	.POGOProtos.Data.PokemonData ditto = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy