Files
tbd-station-14/Content.Server/Speech/Components/FrontalLispComponent.cs
2023-09-19 21:51:50 -07:00

8 lines
131 B
C#

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