mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
7 lines
214 B
C#
7 lines
214 B
C#
namespace EggLink.DanhengServer.Data.Config.Character;
|
|
|
|
public class CharacterConfigInfo
|
|
{
|
|
public List<SkillConfigInfo> SkillList { get; set; } = [];
|
|
public List<string> AbilityList { get; set; } = [];
|
|
} |