GC-Proto/proto/GetGachaInfoRsp.proto

18 lines
362 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GachaInfo.proto";
// Name: JAKIOIAMJIJ
// CmdId: 1575
message GetGachaInfoRsp {
repeated GachaInfo gacha_info_list = 6;
int32 retcode = 13;
bool Unk3300_OHFMHIHJHPJ = 11;
bool Unk3300_HBILIAEIHNK = 1;
uint32 gachaRandom = 14;
uint32 dailyGachaTimes = 8;
}