Files
tbd-station-14/Content.Server/Speech/Components/OwOAccentComponent.cs
2022-05-13 17:59:03 +10:00

8 lines
141 B
C#

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