Delta-v/Content.Server/Speech/Components/SlowAccentComponent.cs

8 lines
209 B
C#

namespace Content.Server.Speech.Components;
/// <summary>
/// Makes... the... entity... talk... like... this...
/// </summary>
[RegisterComponent]
public sealed partial class SlowAccentComponent : Component;