using System.Collections.Generic; namespace Core.BattleReport { /// /// 战斗描述模块 /// public class BattleReportMassgeDataModule { public string name; public List ReportFightMassgeLogDatas = new List(); } }