GC-Proto/proto/GachaItem.proto

17 lines
393 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GachaTransferItem.proto";
import "ItemParam.proto";
// Name: PBALBDCFHEM
message GachaItem {
repeated ItemParam token_item_list = 13;
ItemParam gacha_item = 15;
bool is_flash_card = 4; //ECDEIIANGJN
repeated GachaTransferItem transfer_items = 7;
bool is_gacha_item_new = 10; //HFDPDGIDDLB
}