6
2026-01-13 18:31:02 +02:00

19 lines
271 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.PDA
{
[Serializable, NetSerializable]
public enum PdaVisuals
{
IdCardInserted,
PdaType
}
[Serializable, NetSerializable]
public enum PdaUiKey
{
Key
}
}