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

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

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

import "POGOProtos/Inventory/AppliedItem.proto";

message UseIncenseResponse {
	Result result = 1;
	.POGOProtos.Inventory.AppliedItem applied_incense = 2;

	enum Result {
		UNKNOWN = 0;
		SUCCESS = 1;
		INCENSE_ALREADY_ACTIVE = 2;
		NONE_IN_INVENTORY = 3;
		LOCATION_UNSET = 4;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy