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

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

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

import "POGOProtos/Inventory/Item/ItemId.proto";
import "POGOProtos/Inventory/Item/ItemAward.proto";

message LevelUpRewardsResponse {
	Result result = 1;
	repeated .POGOProtos.Inventory.Item.ItemAward items_awarded = 2;
	repeated .POGOProtos.Inventory.Item.ItemId items_unlocked = 4;
	repeated string avatar_template_ids = 5;

	enum Result {
		UNSET = 0;
		SUCCESS = 1;
		AWARDED_ALREADY = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy