2021-10-11 20:18:39 +02:00
|
|
|
|
using Robust.Shared.GameObjects;
|
2020-08-25 17:09:39 +02:00
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Server.Speech.Components
|
2020-08-25 17:09:39 +02:00
|
|
|
|
{
|
|
|
|
|
|
[RegisterComponent]
|
2021-10-11 20:18:39 +02:00
|
|
|
|
public class BackwardsAccentComponent : Component
|
2020-08-25 17:09:39 +02:00
|
|
|
|
{
|
|
|
|
|
|
public override string Name => "BackwardsAccent";
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|