10 lines
212 B
C#
10 lines
212 B
C#
namespace Content.Shared.Chat.TypingIndicator;
|
|
|
|
/// <summary>
|
|
/// Sync typing indicator icon between client and server.
|
|
/// </summary>
|
|
public abstract class SharedTypingIndicatorSystem : EntitySystem
|
|
{
|
|
|
|
}
|