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

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

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

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

message Battle {
	int64 battle_start_ms = 1;
	int64 battle_end_ms = 2;
	string battle_id = 3;
	.POGOProtos.Data.Battle.BattleParticipant defender = 4;
	.POGOProtos.Data.Battle.BattleLog battle_log = 5;
	.POGOProtos.Data.Battle.BattleParticipant attacker = 6;
	.POGOProtos.Enums.WeatherCondition weather_condition = 7;
	.POGOProtos.Enums.FriendshipLevelMilestone highest_friendship_milestone = 8;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy