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

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

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

import "POGOProtos/Enums/FriendshipLevelMilestone.proto";

message Participation {
	int32 individual_damage_pokeballs = 1;
	int32 team_damage_pokeballs = 2;
	int32 gym_ownership_pokeballs = 3;
	int32 base_pokeballs = 4;
	double blue_percentage = 5;
	double red_percentage = 6;
	double yellow_percentage = 7;
	float bonus_item_multiplier = 8;
	.POGOProtos.Enums.FriendshipLevelMilestone highest_friendship_milestone = 9;
	int32 highest_friendship_pokeballs = 10;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy