// ------------- 阵营 -------------------------- // 设置阵营数量:1~4 public void SetCampsCount(int campsCount = 2) { _MiroMgr.SetCampsCount(campsCount); _ChessPlacerUI.InvokeBanDirsChanged(); }