Files
OldThink/Content.Server/_Honk/Speech/Components/JewishAccentComponent.cs
2024-09-01 20:17:38 +03:00

11 lines
228 B
C#

using Content.Server._Honk.Speech.EntitySystems;
namespace Content.Server._Honk.Speech.Components;
[RegisterComponent]
[Access(typeof(JewishAccentSystem))]
public sealed partial class JewishAccentComponent : Component
{
}