退出地图
parent
7782aee24a
commit
8b04095a23
|
@ -60,3 +60,11 @@ import "CommonProto.proto";
|
|||
// 事件进度,从0开始 -1表示该事件已完成
|
||||
optional int32 eventSchedule = 3;
|
||||
}
|
||||
|
||||
// 出地图
|
||||
message MapOutRequest{
|
||||
// 走过的格子
|
||||
repeated int32 cells = 1;
|
||||
// 当前所在坐标
|
||||
optional int32 curXY = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue