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

8 lines
132 B
C#

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