6
StarHorizon_Public/Content.Server/Speech/Components/SouthernAccentComponent.cs
2026-01-13 18:31:02 +02: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
{ }