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

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

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

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

message RaidInfo {
	int64 raid_seed = 1;
	int64 raid_spawn_ms = 2;
	int64 raid_battle_ms = 3;
	int64 raid_end_ms = 4;
	.POGOProtos.Data.PokemonData raid_pokemon = 5;
	.POGOProtos.Enums.RaidLevel raid_level = 6;
	bool complete = 7;
	bool is_exclusive = 8;
	bool is_raid_hidden = 9;
	bool is_scheduled_raid = 10;
	bool is_free = 11;
	string campaign_id = 12;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy