diff --git a/game.proto b/game.proto index d4a084a..82339e3 100644 --- a/game.proto +++ b/game.proto @@ -190,6 +190,7 @@ message RoleEndClimbReq { message RoleEndClimbRsp { string reward = 1; + int32 hishigh = 2; } message EquipmentDelReq { diff --git a/models.proto b/models.proto index 7d24a2f..7fac835 100644 --- a/models.proto +++ b/models.proto @@ -123,4 +123,5 @@ message Role { int64 ctime = 28; // 创建时间 string channel = 29; string climb_reward = 30; + map climb_hishigh = 31; } \ No newline at end of file -- libgit2 0.21.2