mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 08:37:48 +03:00
10 lines
172 B
C#
10 lines
172 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Server.Speech.Components
|
|
{
|
|
[RegisterComponent]
|
|
public class SpanishAccentComponent : Component
|
|
{
|
|
}
|
|
}
|