using Robust.Shared.Serialization;
namespace Content.Shared.PDA.Ringer;
[Serializable, NetSerializable]
public enum RingerUiKey : byte
{
Key,
}