Re-organize all projects (#4166)
This commit is contained in:
13
Content.Server/Speech/Components/IAccentComponent.cs
Normal file
13
Content.Server/Speech/Components/IAccentComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#nullable enable
|
||||
namespace Content.Server.Speech.Components
|
||||
{
|
||||
internal interface IAccentComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// Transforms a message with the given Accent
|
||||
/// </summary>
|
||||
/// <param name="message">The spoken message</param>
|
||||
/// <returns>The message after the transformation</returns>
|
||||
public string Accentuate(string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user