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

9 lines
216 B
C#
Raw Normal View History

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