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

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

syntax = "proto3";
package POGOProtos.Inventory;

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

message AppliedItem {
	.POGOProtos.Inventory.Item.ItemId item_id = 1;
	.POGOProtos.Inventory.Item.ItemType item_type = 2;
	int64 expire_ms = 3;
	int64 applied_ms = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy