对话回顾

This commit is contained in:
2025-01-10 21:39:25 +08:00
parent 62cc381479
commit b7cb09439e
32 changed files with 1083 additions and 2146 deletions
@@ -34,6 +34,15 @@ namespace AibisDream.Kit
public string headPicPath;
public string voicePath;
public ActorRole role;
/// <summary>
/// 获取角色应该显示的名字
/// </summary>
/// <returns></returns>
public string GetActorName()
{
return string.IsNullOrEmpty(nameColor) ? cn : $"<color={nameColor}>{cn}</color>";
}
}
public enum ActorRole