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

POGOProtos.Data.Logs.CompleteQuestPokemonEncounterLogEntry.proto Maven / Gradle / Ivy

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

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

message CompleteQuestPokemonEncounterLogEntry {
	Result result = 1;
	int32 pokedex_number = 2;
	int32 combat_points = 3;
	fixed64 pokemon_id = 4;
	.POGOProtos.Data.PokemonDisplay pokemon_display = 5;
	.POGOProtos.Enums.EncounterType encounter_type = 6;

	enum Result {
		UNSET = 0;
		POKEMON_CAPTURED = 1;
		POKEMON_FLED = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy