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

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

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

message SetLobbyPokemonMessage {
	int64 raid_seed = 1;
	string gym_id = 2;
	repeated int32 lobby_id = 3;
	repeated fixed64 pokemon_id = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy