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

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

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

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

message BuddyPokemonLogEntry {
	Result result = 1;
	.POGOProtos.Enums.PokemonId pokemon_id = 2;
	int32 amount = 3;
	.POGOProtos.Data.PokemonDisplay pokemon_display = 4;
	fixed64 pokemon = 5;

	enum Result {
		UNSET = 0;
		CANDY_FOUND = 1;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy