27 lines
717 B
Protocol Buffer
27 lines
717 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "GachaItem.proto";
|
|
// 4.7.0
|
|
// CmdId: 27578
|
|
message DoGachaRsp {
|
|
uint32 gachaTimesLimit = 1;
|
|
uint32 wishMaxProgress = 2;
|
|
uint32 wishItemId = 3;
|
|
repeated GachaItem gacha_item_list = 4;
|
|
uint32 tenCostItemNum = 5;
|
|
uint32 gacha_type = 6;
|
|
int32 retcode = 7;
|
|
uint32 gacha_times = 8;
|
|
uint32 newGachaRandom = 9;
|
|
uint32 tenCostItemId = 10;
|
|
uint32 costItemId = 11;
|
|
uint32 leftGachaTimes = 12;
|
|
uint32 gacha_schedule_id = 13;
|
|
uint32 wishProgress = 14;
|
|
uint32 costItemNum = 15;
|
|
bool is_under_general_restrict = 713;
|
|
uint32 gachaSortId = 971;
|
|
uint32 daily_gacha_times = 1479;
|
|
bool is_under_minors_restrict = 1626;
|
|
}
|