CampSystem m_CampSystem; // 兵营系统 public void TrainSoldier(int SoldierID) { m_CampSystem.TrainSoldier(SoldierID); }