using Newtonsoft.Json; namespace EggLink.DanhengServer.Data.Custom; public abstract class BaseRogueBuffGroupExcel : ExcelResource { [JsonIgnore] public List BuffList { get; set; } = []; [JsonIgnore] public bool IsLoaded { get; set; } }