11 lines
231 B
C#
11 lines
231 B
C#
using Content.Server._Honk.Speech.EntitySystems;
|
|
|
|
namespace Content.Server._Honk.Speech.Components;
|
|
|
|
[RegisterComponent]
|
|
[Access(typeof(CaucasianAccentSystem))]
|
|
public sealed partial class CaucasianAccentComponent : Component
|
|
{
|
|
|
|
}
|