Commit aee34b7f2f785b04bb03784dc8ab94fff4c1b67a
1 parent
0267a99a
加一个空格隔开
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
game.proto
| @@ -56,7 +56,8 @@ message RoleUpdateItemsRsp { | @@ -56,7 +56,8 @@ message RoleUpdateItemsRsp { | ||
| 56 | string items = 1; | 56 | string items = 1; |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | -message RoleClearItemsReq{ | 59 | +//ResponseCmd RoleClearItemsReq |
| 60 | +message RoleClearItemsReq { | ||
| 60 | string id = 1; | 61 | string id = 1; |
| 61 | int32 count = 2; | 62 | int32 count = 2; |
| 62 | } | 63 | } |