10 lines
174 B
C#
10 lines
174 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Server.Speech.Components
|
|
{
|
|
[RegisterComponent]
|
|
public class BackwardsAccentComponent : Component
|
|
{
|
|
}
|
|
}
|