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

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

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

import "POGOProtos/Enums/CombatRewardStatus.proto";
import "POGOProtos/Inventory/Loot.proto";

message GetNpcCombatRewardsResponse {
	Result result = 1;
	.POGOProtos.Enums.CombatRewardStatus reward_status = 2;
	.POGOProtos.Inventory.Loot rewards = 3;
	int32 number_rewarded_npc_battles_today = 4;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy