* created the AccentComponent and the AccentSystem * word replacement schtuhff * made it a trait fr ongg!!1 * Update Content.Server/Speech/EntitySystems/SouthernAccentSystem.cs --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
9 lines
216 B
C#
9 lines
216 B
C#
using Content.Server.Speech.EntitySystems;
|
|
|
|
namespace Content.Server.Speech.Components;
|
|
|
|
[RegisterComponent]
|
|
[Access(typeof(SouthernAccentSystem))]
|
|
public sealed partial class SouthernAccentComponent : Component
|
|
{ }
|