触发坐标
parent
1179a40428
commit
34ae6dbabb
|
@ -53,6 +53,8 @@ import "CommonProto.proto";
|
||||||
repeated int32 cells = 1;
|
repeated int32 cells = 1;
|
||||||
// 当前所在坐标
|
// 当前所在坐标
|
||||||
optional int32 curXY = 2;
|
optional int32 curXY = 2;
|
||||||
|
// 触发坐标
|
||||||
|
optional int32 triggerXY = 3;
|
||||||
}
|
}
|
||||||
message MapUpdateResponse{
|
message MapUpdateResponse{
|
||||||
optional int32 eventId = 1;
|
optional int32 eventId = 1;
|
||||||
|
|
Loading…
Reference in New Issue