syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; // Version: 5.0 import "ItemParam.proto"; import "GachaTransferItem.proto"; message GachaItem { ItemParam gacha_item = 1; bool is_flash_card = 4; bool is_gacha_item_new = 8; repeated ItemParam token_item_list = 14; repeated GachaTransferItem transfer_items = 15; }