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

POGOProtos.Networking.Responses.EquipBadgeResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Data/Player/EquippedBadge.proto";

message EquipBadgeResponse {
	Result result = 1;
	.POGOProtos.Data.Player.EquippedBadge equipped = 2;

	enum Result {
		UNSET = 0;
		SUCCESS = 1;
		COOLDOWN_ACTIVE = 2;
		NOT_QUALIFIED = 3;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy