6
StarHorizon_Public/Content.Server/Speech/Components/SouthernAccentComponent.cs
2026-01-24 12:49:55 +03:00

9 lines
216 B
C#

using Content.Server.Speech.EntitySystems;
namespace Content.Server.Speech.Components;
[RegisterComponent]
[Access(typeof(SouthernAccentSystem))]
public sealed partial class SouthernAccentComponent : Component
{ }