namespace Content.Server.Doors;
public enum AirlockWireIdentifier : byte
{
Bolt,
BoltLight,
Timing,
Safety,
}