退出地图

master_huanxiang
jiahuiwen 2019-01-26 16:54:33 +08:00
parent 7782aee24a
commit 8b04095a23
1 changed files with 8 additions and 0 deletions

View File

@ -60,3 +60,11 @@ import "CommonProto.proto";
// 0 -1
optional int32 eventSchedule = 3;
}
//
message MapOutRequest{
//
repeated int32 cells = 1;
//
optional int32 curXY = 2;
}