6
2026-01-18 12:53:36 +03:00

9 lines
224 B
C#

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