Adds new disease! Tongue Twister. Also new scrambled accent. (#9393)

This commit is contained in:
Jessica M
2022-07-03 22:22:30 -07:00
committed by GitHub
parent 82504631ee
commit 0d266f3d20
6 changed files with 83 additions and 1 deletions

View File

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