FMod
This commit is contained in:
@@ -46,6 +46,19 @@ namespace AibisDream.Kit
|
||||
{
|
||||
return string.IsNullOrEmpty(nameColor) ? cn : $"<color={nameColor}>{cn}</color>";
|
||||
}
|
||||
|
||||
public string VoicePath
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!voicePath.StartsWith("event:/"))
|
||||
{
|
||||
return "event:/" + voicePath;
|
||||
}
|
||||
|
||||
return voicePath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public enum ActorRole
|
||||
|
||||
Reference in New Issue
Block a user