POGOProtos.Networking.Requests.Messages.RecycleInventoryItemMessage.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;
import "POGOProtos/Inventory/Item/ItemId.proto";
message RecycleInventoryItemMessage {
.POGOProtos.Inventory.Item.ItemId item_id = 1;
int32 count = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy