2022-05-17 12:55:19 +03:00
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Chat.TypingIndicator;
|
|
|
|
|
|
|
|
|
|
|
|
[Serializable, NetSerializable]
|
|
|
|
|
|
public enum TypingIndicatorVisuals : byte
|
|
|
|
|
|
{
|
2025-05-06 19:49:42 +02:00
|
|
|
|
State
|
2022-05-17 12:55:19 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[Serializable]
|
|
|
|
|
|
public enum TypingIndicatorLayers : byte
|
|
|
|
|
|
{
|
|
|
|
|
|
Base
|
|
|
|
|
|
}
|