syntax = "proto3";

option java_package = "emu.grasscutter.net.proto";

import "ItemParam.proto";
import "GachaTransferItem.proto";

// Version: 4.6.0
// Obfs: EDJOEJJIOMG
message GachaItem {
	ItemParam gacha_item = 4;
	repeated ItemParam token_item_list = 9;
	bool is_gacha_item_new = 11; // CKAPCKPPAIG
	repeated GachaTransferItem transfer_items = 12;
	bool is_flash_card = 14;	 // AAECBIKHMFM
}