diff --git a/game.proto b/game.proto index 3933bef..6d14242 100644 --- a/game.proto +++ b/game.proto @@ -26,6 +26,7 @@ message CreateReq { string device = 2; } +//ResponseCmd ChangeTeamReq message ChangeTeamReq { repeated models.Team team = 1; } @@ -43,6 +44,6 @@ message RoleUpdatePropertyRsp { } //ResponseCmd RoleUpdateItemsRsp -message RoleUpdateItemsRsp{ +message RoleUpdateItemsRsp { string items = 1; } \ No newline at end of file -- libgit2 0.21.2