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