Main/System/Team/TeamBase.cs
@@ -295,6 +295,18 @@ return -1; // No empty position } public int GetPosition(string guid) { foreach (var hero in serverHeroes) { if (hero != null && hero.guid == guid) { return hero.positionNum; } } return -1; } // 布阵接口 private void SetTeamHero(int posNum, TeamHero hero) {