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