* clean up most stuff * move to shared * works * shuffle shit around * oops! access * fixes * todo: everything * SUFFERING * curse you
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,
|
|
}
|