8 lines
168 B
C#
8 lines
168 B
C#
using Content.Shared.Chat.TypingIndicator;
|
|
|
|
namespace Content.Server.Chat.TypingIndicator;
|
|
|
|
public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem
|
|
{
|
|
}
|