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

POGOProtos.Inventory.InventoryItem.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Inventory;

import "POGOProtos/Inventory/InventoryItemData.proto";

message InventoryItem {
	int64 modified_timestamp_ms = 1;

	oneof InventoryItem {
		DeletedItem deleted_item = 2;
		.POGOProtos.Inventory.InventoryItemData inventory_item_data = 3;
	}

	message DeletedItem {
		fixed64 pokemon_id = 1;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy