feat: add handbook

This commit is contained in:
Naruse
2025-06-17 20:56:35 +08:00
parent 6fbeb1d34d
commit 8d4c1f028f
5 changed files with 71 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ public class ElfAstraMateDataExcel : ExcelResource
public int ElfID { get; set; }
public int MaxLevel { get; set; }
public int MaxRarity { get; set; }
public HashName FullName { get; set; } = new();
[JsonIgnore] public List<ElfSkillDataExcel> SkillList = [];