18 lines
369 B
Protocol Buffer
18 lines
369 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GachaInfo.proto";
|
|
|
|
// 4.7.0
|
|
// cmdid: 26742
|
|
// AKCGBLHGPED
|
|
message GetGachaInfoRsp {
|
|
uint32 gacha_random = 6;
|
|
bool is_under_minors_restrict = 10;
|
|
int32 retcode = 11;
|
|
uint32 daily_gacha_times = 12;
|
|
repeated GachaInfo gacha_info_list = 13;
|
|
bool is_under_general_restrict = 14;
|
|
}
|