master_huanxiang
xuexinpeng 2021-12-21 18:21:00 +08:00
parent b6f0b402ed
commit 1cd289eec5
1 changed files with 6 additions and 8 deletions

View File

@ -1209,13 +1209,11 @@ option optimize_for = SPEED;
}
//
message ExplorerMapInfo{
optional int32 mapId = 1; //id
repeated ExplorerMapTeamInfo teamInfo = 2 ; //
}
message ExplorerMapTeamInfo{
optional int32 teamId = 1 ; //id
optional int32 hp = 2; //
optional int32 exploreTime = 3;//
optional int32 teamId = 1; //id
optional int32 mapId = 2 ; //id
optional int32 hp = 3; //
optional int32 exploreTime = 4;//
repeated int32 dropReward = 5 ;//
}