This commit is contained in:
Akbar Yahya
2022-12-15 02:25:47 +08:00
parent 336c3a2931
commit d824e74562
26 changed files with 80 additions and 80 deletions

View File

@@ -23,9 +23,9 @@ import "ItemParam.proto";
option java_package = "emu.grasscutter.net.proto";
message GachaItem {
bool Unk3300_BGIOJBJFMFL = 8;
bool is_flash_card = 8;
repeated GachaTransferItem transfer_items = 6;
bool Unk3300_JNOOHBNJFIE = 13;
bool is_gacha_item_new = 13;
ItemParam gacha_item = 5;
repeated ItemParam token_item_list = 10;
}