完成编队预设切换、编队位置交换、队长设置功能

This commit is contained in:
2025-06-14 00:19:48 +08:00
parent a2adfc1257
commit 9d483f4aa5
7 changed files with 1626 additions and 717 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class CharacterView
this.characterId = characterId;
this.currentBoundaryLevel = currentBoundaryLevel;
}
//todo:回头加一个轨道颜色对应
public int characterId{get; set;}
public string currentBoundaryLevel{get; set;}
}