mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 13:54:43 +01:00
feat: add valk command
This commit is contained in:
@@ -9,6 +9,8 @@ public class AvatarDataExcel : ExcelResource
|
||||
[JsonPropertyName("unlockStar")] public int UnlockStar { get; set; }
|
||||
[JsonPropertyName("initialWeapon")] public int InitialWeapon { get; set; }
|
||||
[JsonPropertyName("skillList")] public List<int> SkillList { get; set; } = [];
|
||||
public string FaceAnimationGroupName { get; set; } = "";
|
||||
|
||||
public int DefaultDressId { get; set; }
|
||||
|
||||
public override int GetId()
|
||||
|
||||
Reference in New Issue
Block a user