Commit 69e778d64fbc5cc83705f9c6c0be5a852efd3dc1

Authored by yangjiyue
1 parent 0267a99a

clearitem equipdel

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
game.proto
... ... @@ -56,11 +56,13 @@ message RoleUpdateItemsRsp {
56 56 string items = 1;
57 57 }
58 58  
59   -message RoleClearItemsReq{
  59 +//ResponseCmd RoleClearItemsReq
  60 +message RoleClearItemsReq {
60 61 string id = 1;
61 62 int32 count = 2;
62 63 }
63 64  
  65 +//ResponseCmd EquipmentDelReq
64 66 message EquipmentDelReq {
65 67 string id = 1;
66 68 }
... ...