yyl
2025-10-31 39001a600fcae2bcf27c225df8752d75fb92fef4
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;
   }
}