using System.Collections.Generic; namespace Core.BattleReport { public class ReportFightValueData<T> { public string name; public T value; public T maxValue; } }