Typing indicator (typing chat bubble) (#8215)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Chat.TypingIndicator;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum TypingIndicatorVisuals : byte
|
||||
{
|
||||
IsTyping
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public enum TypingIndicatorLayers : byte
|
||||
{
|
||||
Base
|
||||
}
|
||||
Reference in New Issue
Block a user