mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-13 21:22:58 +03:00
un
This commit is contained in:
11
unimplemented/BatchDelMapMarkReq.proto
Normal file
11
unimplemented/BatchDelMapMarkReq.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
// Version: 5.0
|
||||
// CmdId: 7369
|
||||
|
||||
import "MapMarkPoint.proto";
|
||||
|
||||
message BatchDelMapMarkReq {
|
||||
repeated MapMarkPoint mark_list = 12;
|
||||
}
|
Reference in New Issue
Block a user