mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
17 lines
324 B
Protocol Buffer
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;
|
|
}
|