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

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

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

import "POGOProtos/Inventory/InventoryDelta.proto";

message GetInventoryResponse {
	bool success = 1;
	.POGOProtos.Inventory.InventoryDelta inventory_delta = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy