GC-Proto/proto/GetGachaInfoRsp.proto
2023-08-23 01:23:37 +08:00

17 lines
324 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GachaInfo.proto";
// CmdId: 1531
// EnetChannelId: 0
// EnetIsReliable: true
message GetGachaInfoRsp {
int32 retcode = 14;
repeated GachaInfo gacha_info_list = 12;
uint32 gacha_random = 13;
uint32 NKJOBOABFOJ = 7;
bool PODALHILIKF = 9;
}