Files
wwdpublic/Content.Server/Chat/TypingIndicator/TypingIndicatorSystem.cs
metalgearsloth a5020f9258 Predict typing indicator (#29551)
It greatly annoys me in the rare instance I do play.

(cherry picked from commit 9032231300e6029e53258bdac447ef44c045ad01)
2025-10-04 12:50:47 +03:00

8 lines
168 B
C#

using Content.Shared.Chat.TypingIndicator;
namespace Content.Server.Chat.TypingIndicator;
public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem
{
}