Files

11 lines
221 B
C#
Raw Permalink Normal View History

2024-12-16 20:59:24 +03:00
using Content.Server._Honk.Speech.EntitySystems;
namespace Content.Server._Honk.Speech.Components;
[RegisterComponent]
[Access(typeof(AlasAccentSystem))]
public sealed partial class AlasAccentComponent : Component
{
}