6
StarHorizon_Public/Content.Server/Speech/Components/BleatingAccentComponent.cs
2025-11-03 10:15:18 +03:00

8 lines
244 B
C#

namespace Content.Server.Speech.Components;
/// <summary>
/// Makes this entity speak like a sheep or a goat in all chat messages it sends.
/// </summary>
[RegisterComponent]
public sealed partial class BleatingAccentComponent : Component { }