12 lines
165 B
C#
12 lines
165 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.PDA.Ringer
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum RingerUiKey
|
|
{
|
|
Key
|
|
}
|
|
|
|
}
|