GC-Proto/proto/DelMailRsp.proto
2024-08-28 17:09:22 +08:00

10 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 26121
message DelMailRsp {
repeated uint32 mail_id_list = 14;
int32 retcode = 15;
}