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

13 lines
179 B
C#
Raw Normal View History

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