Remove voices

This commit is contained in:
keslik
2025-02-25 16:49:22 +03:00
parent 061707f9d5
commit 95b2451b64
4 changed files with 6 additions and 36 deletions

View File

@@ -14,5 +14,5 @@ public sealed partial class SharedTTSComponent : Component
/// Prototype of used voice for TTS.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField]
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Eugene";
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Mykyta";
}