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

POGOProtos.Networking.Requests.Messages.UseItemCaptureMessage.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

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

message UseItemCaptureMessage {
	.POGOProtos.Inventory.Item.ItemId item_id = 1;
	fixed64 encounter_id = 2;
	string spawn_point_id = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy