GC-Proto/proto/BlessingGetAllRecvPicRecordListRsp.proto

14 lines
280 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "BlessingRecvPicRecord.proto";
2023-02-28 04:12:44 +03:00
// Name: PFDIKIJJFLG
// CmdId: 2111
2023-02-18 04:48:44 +03:00
message BlessingGetAllRecvPicRecordListRsp {
2023-02-28 04:12:44 +03:00
int32 retcode = 4;
repeated BlessingRecvPicRecord recv_pic_record_list = 15;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00