GC-Proto/proto/GetMailItemRsp.proto

15 lines
262 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-29 15:56:24 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-29 15:56:24 +03:00
import "EquipParam.proto";
2024-05-29 15:56:24 +03:00
// CmdId: 940
// Version: 4.7.0
// Obfs: ?
2022-11-06 15:30:21 +03:00
message GetMailItemRsp {
int32 retcode = 6;
repeated uint32 mail_id_list = 4;
repeated EquipParam item_list = 15;
2022-11-06 15:30:21 +03:00
}