6
2025-11-12 10:55:00 +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
{ }