Typing indicator (typing chat bubble) (#8215)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Content.Shared.Chat.TypingIndicator;
|
||||
|
||||
/// <summary>
|
||||
/// Sync typing indicator icon between client and server.
|
||||
/// </summary>
|
||||
public abstract class SharedTypingIndicatorSystem : EntitySystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user