Add lizard accent (#7096)
This commit is contained in:
10
Content.Server/Speech/Components/LizardAccentComponent.cs
Normal file
10
Content.Server/Speech/Components/LizardAccentComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Speech.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Hiss!
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class LizardAccentComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user