/// <summary>
 /// 离队
 /// </summary>
 public void LeaveTeam()
 {
     TeamModel.Leave(heroInfo);
     BackToFormation();
 }