Files
crystall-punk-14/Content.Server/Chat/TypingIndicator/TypingIndicatorSystem.cs

8 lines
168 B
C#
Raw Permalink Normal View History

using Content.Shared.Chat.TypingIndicator;
namespace Content.Server.Chat.TypingIndicator;
public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem
{
}