GC-Proto/unimplemented/BatchDelMapMarkRsp.proto

12 lines
232 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 2768
import "MapMarkPoint.proto";
message BatchDelMapMarkRsp {
int32 retcode = 4;
repeated MapMarkPoint mark_list = 14;
}