/// <summary> /// 获取兵营数据进行显示 /// </summary> /// <returns></returns> public List <ICamp> GetCampList() { return(m_campSystem.GetCampInit()); }