syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;

import "POGOProtos/Inventory/Item/ItemId.proto";

message UseItemMoveRerollMessage {
	.POGOProtos.Inventory.Item.ItemId item_id = 1;
	fixed64 pokemon_id = 2;
	bool reroll_unlocked_move = 3;
}
