6
2026-01-24 12:49:55 +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
{ }