* add content

* add new bark accent
This commit is contained in:
Ed
2023-12-16 11:30:20 +03:00
committed by GitHub
parent 31077fd370
commit 088d39f7ac
13 changed files with 175 additions and 3 deletions

View File

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