From 69e778d64fbc5cc83705f9c6c0be5a852efd3dc1 Mon Sep 17 00:00:00 2001 From: yangjiyve <1711972070@qq.com> Date: Sat, 7 May 2022 10:16:54 +0800 Subject: [PATCH] clearitem equipdel --- game.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game.proto b/game.proto index 4638c23..d36cd12 100644 --- a/game.proto +++ b/game.proto @@ -56,11 +56,13 @@ message RoleUpdateItemsRsp { string items = 1; } -message RoleClearItemsReq{ +//ResponseCmd RoleClearItemsReq +message RoleClearItemsReq { string id = 1; int32 count = 2; } +//ResponseCmd EquipmentDelReq message EquipmentDelReq { string id = 1; } -- libgit2 0.21.2