14 lines
248 B
Protocol Buffer
14 lines
248 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "MapMarkPoint.proto";
|
||
|
|
||
|
// CmdId: 1360
|
||
|
// Version: 4.6.0
|
||
|
// Obfs: PMIMCAJMJPM
|
||
|
message BatchDeleteMapMarkRsp {
|
||
|
int32 retcode = 2;
|
||
|
repeated MapMarkPoint mark_list = 6;
|
||
|
}
|