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