POGOProtos.Inventory.Item.ItemAward.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Inventory.Item;
import "POGOProtos/Inventory/Item/ItemId.proto";
message ItemAward {
.POGOProtos.Inventory.Item.ItemId item_id = 1;
int32 item_count = 2;
int32 bonus_count = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy