namespace Core.BattleReport { /// /// 战斗详情日志 /// public struct ReportFightMassgeLogData { public float time; public string msg; } }