diff --git a/game.proto b/game.proto index 4638c23..12a804c 100644 --- a/game.proto +++ b/game.proto @@ -56,7 +56,8 @@ message RoleUpdateItemsRsp { string items = 1; } -message RoleClearItemsReq{ +//ResponseCmd RoleClearItemsReq +message RoleClearItemsReq { string id = 1; int32 count = 2; } -- libgit2 0.21.2