Added lisp as a character trait (#20350)

This commit is contained in:
dahnte
2023-09-19 21:51:50 -07:00
committed by GitHub
parent 9d8f835d15
commit 7631b66c69
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Server.Speech.Components;
[RegisterComponent]
public sealed partial class FrontalLispComponent : Component
{
}