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
|
|
{
|
|
}
|