Random TTS Borg (#701)

* Random TTS Borg

* Правки

* Правки №2

* fix bezdarnost

* fix bezdarnost 2

---------

Co-authored-by: drdth <drdtheuser@gmail.com>
This commit is contained in:
Jabak
2024-09-27 21:52:15 +03:00
committed by GitHub
parent eff426c09f
commit f175ef4c3b
4 changed files with 38 additions and 17 deletions

View File

@@ -1,11 +1,12 @@
using Robust.Shared.Prototypes;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
namespace Content.Shared._White.TTS;
/// <summary>
/// Apply TTS for entity chat say messages
/// </summary>
[RegisterComponent, AutoGenerateComponentState]
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
// ReSharper disable once InconsistentNaming
public sealed partial class SharedTTSComponent : Component
{
@@ -14,4 +15,4 @@ public sealed partial class SharedTTSComponent : Component
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField]
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Eugene";
}
}