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

POGOProtos.Networking.Requests.Messages.StartRaidBattleMessage.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

message StartRaidBattleMessage {
	string gym_id = 1;
	int64 raid_seed = 2;
	repeated int32 lobby_id = 4;
	repeated fixed64 attacking_pokemon_id = 5;
	double player_lat_degrees = 6;
	double player_lng_degrees = 7;
	double gym_lat_degrees = 8;
	double gym_lng_degrees = 9;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy