Files

12 lines
165 B
C#
Raw Permalink Normal View History

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