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

POGOProtos.Data.Battle.BattleUpdate.proto Maven / Gradle / Ivy

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

import "POGOProtos/Data/Battle/BattleLog.proto";
import "POGOProtos/Data/Battle/BattlePokemonInfo.proto";
import "POGOProtos/Enums/FriendshipLevelMilestone.proto";

message BattleUpdate {
	.POGOProtos.Data.Battle.BattleLog battle_log = 1;
	string battle_id = 2;
	.POGOProtos.Data.Battle.BattlePokemonInfo active_defender = 3;
	.POGOProtos.Data.Battle.BattlePokemonInfo active_attacker = 4;
	.POGOProtos.Enums.FriendshipLevelMilestone highest_friendship_milestone = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy