Files
crystall-punk-14/Content.Shared/Access/SharedAccessWire.cs

22 lines
316 B
C#
Raw Permalink Normal View History

using Robust.Shared.Serialization;
namespace Content.Shared.Access;
[Serializable, NetSerializable]
public enum AccessWireActionKey : byte
{
Key,
Status,
Pulsed,
PulseCancel
}
[Serializable, NetSerializable]
public enum LogWireActionKey : byte
{
Key,
Status,
Pulsed,
PulseCancel
}