Files
crystall-punk-14/Content.Server/Speech/Components/BarkAccentComponent.cs

8 lines
147 B
C#
Raw Permalink Normal View History

namespace Content.Server.Speech.Components
{
[RegisterComponent]
public sealed partial class BarkAccentComponent : Component
{
}
}