mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
It greatly annoys me in the rare instance I do play. (cherry picked from commit 9032231300e6029e53258bdac447ef44c045ad01)
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
|
|
{
|
|
}
|