Files
crystall-punk-14/Content.Shared/PDA/Ringer/RingerVisuals.cs

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
}
}