Files
tbd-station-14/Content.Shared/PDA/Ringer/RingerVisuals.cs
Milon 6138fcdce9 Predict and cleanup RingerComponent (#35907)
* clean up most stuff

* move to shared

* works

* shuffle shit around

* oops! access

* fixes

* todo: everything

* SUFFERING

* curse you
2025-04-19 15:55:05 +02:00

10 lines
150 B
C#

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