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

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

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

import "POGOProtos/Enums/PokemonId.proto";

message Raid {
	int64 raid_seed = 1;
	int64 started_ms = 2;
	int64 completed_ms = 3;
	.POGOProtos.Enums.PokemonId encounter_pokemon_id = 4;
	bool completed_battle = 5;
	bool received_rewards = 6;
	bool finished_encounter = 7;
	bool received_default_rewards = 8;
	bool incremented_raid_friends = 9;
	int64 completed_battle_ms = 10;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy