mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Co-authored-by: Kara D <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
8 lines
152 B
C#
8 lines
152 B
C#
using Content.Shared.Speech.EntitySystems;
|
|
|
|
namespace Content.Client.Speech.EntitySystems;
|
|
|
|
public sealed class SlurredSystem : SharedSlurredSystem
|
|
{
|
|
}
|