Main/System/Hero/HeroInfo.Lineup.cs
@@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEngine; //阵容布阵 public partial class HeroInfo { public Dictionary<TeamType, KeyValuePair<int, int>> GetTeamTypeShapeTypePositionDict() @@ -29,7 +30,7 @@ teamTypeShapeTypePositionDict.Add((TeamType)teamType, shapeTypePosition); } } return teamTypeShapeTypePositionDict; } }