Files
OldThink/Content.Server/_Honk/Speech/Components/GermanAccentComponent.cs
2024-12-29 23:01:40 +03:00

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
{
}