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

8 lines
131 B
C#

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