diff --git a/game.proto b/game.proto index 33980ce..aa29204 100644 --- a/game.proto +++ b/game.proto @@ -61,8 +61,7 @@ message RoleUpdateItemsRsp { //ResponseCmd RoleClearItemsReq message RoleClearItemsReq { - string id = 1; - int32 count = 2; + repeated string items = 1; } message RoleStartBattleReq { -- libgit2 0.21.2