mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 22:04:36 +01:00
feat: add elf handler
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
[ResourceEntity("ElfSkillData.json")]
|
||||
public class ElfSkillDataExcel : ExcelResource
|
||||
{
|
||||
public uint ElfSkillID { get; set; }
|
||||
public uint MaxLv { get; set; }
|
||||
public List<uint> ElfIds { get; set; } = [];
|
||||
public int ElfSkillID { get; set; }
|
||||
public int MaxLv { get; set; }
|
||||
public List<int> ElfIDList { get; set; } = [];
|
||||
public override int GetId()
|
||||
{
|
||||
return (int)ElfSkillID;
|
||||
return ElfSkillID;
|
||||
}
|
||||
|
||||
public override void Loaded()
|
||||
|
||||
Reference in New Issue
Block a user