mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:10:55 +01:00
8 lines
155 B
C#
8 lines
155 B
C#
namespace Content.Server.Speech.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class BackwardsAccentComponent : Component
|
|
{
|
|
}
|
|
}
|