Delta-v/Content.Server/Speech/Components/OwOAccentComponent.cs

8 lines
141 B
C#

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