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

POGOProtos.Data.Player.PlayerBadge.proto Maven / Gradle / Ivy

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

import "POGOProtos/Enums/BadgeType.proto";

message PlayerBadge {
	.POGOProtos.Enums.BadgeType badge_type = 1;
	int32 rank = 2;
	int32 start_value = 3;
	int32 end_value = 4;
	double current_value = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy