mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 13:24:34 +01:00
feat: add more valk command
This commit is contained in:
@@ -66,7 +66,7 @@ public class AvatarInfo
|
||||
avatarSkill.SubSkillList.AddRange(skill.SubSkillList.Select(x => new Proto.AvatarSubSkill
|
||||
{
|
||||
SubSkillId = (uint)x.SubSkillId,
|
||||
Level = x.Level,
|
||||
Level = (uint)x.Level,
|
||||
IsMask = x.IsMask
|
||||
}));
|
||||
|
||||
@@ -84,7 +84,7 @@ public class AvatarSkill
|
||||
public class AvatarSubSkill
|
||||
{
|
||||
public int SubSkillId { get; set; }
|
||||
public uint Level { get; set; }
|
||||
public int Level { get; set; }
|
||||
public bool IsMask { get; set; }
|
||||
}
|
||||
public class AvatarArtifactDetail
|
||||
|
||||
Reference in New Issue
Block a user