Files
OldThink/Content.Client/Speech/EntitySystems/SlurredSystem.cs

8 lines
152 B
C#
Raw Normal View History

using Content.Shared.Speech.EntitySystems;
namespace Content.Client.Speech.EntitySystems;
public sealed class SlurredSystem : SharedSlurredSystem
{
}