Add lizard accent (#7096)

This commit is contained in:
Alex Evgrashin
2022-03-13 07:23:43 +03:00
committed by GitHub
parent c7074ed5f7
commit 7addda4e0e
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Server.Speech.Components;
/// <summary>
/// Hiss!
/// </summary>
[RegisterComponent]
public sealed class LizardAccentComponent : Component
{
}