Files

11 lines
225 B
C#
Raw Permalink Normal View History

2024-12-29 23:01:40 +03:00
using Content.Server._Honk.Speech.EntitySystems;
namespace Content.Server._Honk.Speech.Components;
[RegisterComponent]
[Access(typeof(GermanAccentSystem))]
public sealed partial class GermanAccentComponent : Component
{
}