Files
OldThink/Content.Shared/Chat/TypingIndicator/SharedTypingIndicatorSystem.cs

10 lines
212 B
C#
Raw Normal View History

namespace Content.Shared.Chat.TypingIndicator;
/// <summary>
/// Sync typing indicator icon between client and server.
/// </summary>
public abstract class SharedTypingIndicatorSystem : EntitySystem
{
}