6
2025-11-15 12:24:44 +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
{ }