mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-05-02 04:57:17 +03:00
11 lines
228 B
C#
11 lines
228 B
C#
namespace Content.Server.Speech.Components;
|
|
|
|
/// <summary>
|
|
/// Removes contractions (e.g. "can't," "don't," etc.)
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class NoContractionsAccentComponent : Component
|
|
{
|
|
|
|
}
|