Files
crystall-punk-14/Content.Server/Speech/Components/SlowAccentComponent.cs

8 lines
209 B
C#
Raw Normal View History

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