diff --git a/game.proto b/game.proto index ae77214..2afaae7 100644 --- a/game.proto +++ b/game.proto @@ -38,6 +38,6 @@ message UpdateRolePropertyRsp { models.Role role = 2; } -message GoIntoBattleReq { +message ChangeTeamReq { repeated models.Team team = 1; } \ No newline at end of file diff --git a/protocode.proto b/protocode.proto index fad4cf4..cbf1669 100644 --- a/protocode.proto +++ b/protocode.proto @@ -13,6 +13,6 @@ enum ProtoCode CreateReq = 5; RoleRsp = 6; UpdateRolePropertyRsp = 7; - GoIntoBattleReq = 8; + ChangeTeamReq = 8; } \ No newline at end of file -- libgit2 0.21.2