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