diff --git a/game.proto b/game.proto index 2afaae7..5255f08 100644 --- a/game.proto +++ b/game.proto @@ -40,4 +40,9 @@ message UpdateRolePropertyRsp { message ChangeTeamReq { repeated models.Team team = 1; +} + +//ResponseCmd RoleUpdateItemsRsp +message RoleUpdateItemsRsp{ + string items = 1; } \ No newline at end of file diff --git a/models.proto b/models.proto index eb78e9d..153bd82 100644 --- a/models.proto +++ b/models.proto @@ -59,5 +59,7 @@ message Role { string buy_r = 11; string pay_r = 12; bool del = 13; - map incres = 14; + map incres = 14; + + string items = 15; } diff --git a/protocode.proto b/protocode.proto index cbf1669..3fdd944 100644 --- a/protocode.proto +++ b/protocode.proto @@ -14,5 +14,6 @@ enum ProtoCode RoleRsp = 6; UpdateRolePropertyRsp = 7; ChangeTeamReq = 8; + RoleUpdateItemsRsp = 9; } \ No newline at end of file -- libgit2 0.21.2