Delta-v/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs

8 lines
229 B
C#

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