6
2025-08-05 10:00:54 +03: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
}
}