精英副本选择暂存

master_huanxiang
lvxinran 2019-07-04 17:19:51 +08:00
parent 887d5f8d64
commit 0d3d997df8
1 changed files with 9 additions and 1 deletions

View File

@ -155,6 +155,8 @@ import "CommonProto.proto";
optional TowerCopyInfo towerCopyInfo = 4;
//id
repeated int32 playedGenMapId = 5;
//
repeated int32 difficultMapOptions = 6;
}
//
@ -220,4 +222,10 @@ import "CommonProto.proto";
//
optional Drop drop = 2;
}
//
message DifficultMapRequest{
//mapid
optional int32 mapId = 1;
}