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

POGOProtos.Data.Raid.RaidEncounter.proto Maven / Gradle / Ivy

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

import "POGOProtos/Data/PokemonData.proto";
import "POGOProtos/Data/Capture/CaptureProbability.proto";
import "POGOProtos/Enums/RaidLevel.proto";

message RaidEncounter {
	.POGOProtos.Data.PokemonData pokemon = 1;
	int64 encounter_id = 2;
	string spawnpoint_id = 3;
	.POGOProtos.Data.Capture.CaptureProbability capture_probabilities = 4;
	int32 throws_remaining = 5;
	.POGOProtos.Enums.RaidLevel raid_level = 6;
	string fort_id = 7;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy