Grasscutter/proto/GetGachaInfoRsp.proto

12 lines
211 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GachaInfo.proto";
message GetGachaInfoRsp {
int32 retcode = 1;
repeated GachaInfo gachaInfoList = 2;
uint32 gachaRandom = 3;
}