Blast door/shutter, timer and or gate device linking fixes (#16347)
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
using Content.Server.DeviceLinking.Components;
|
||||
|
||||
namespace Content.Server.MachineLinking.Events
|
||||
{
|
||||
public enum SignalState
|
||||
{
|
||||
Momentary, // Instantaneous pulse high, compatibility behavior
|
||||
Low,
|
||||
High
|
||||
}
|
||||
|
||||
public sealed class SignalReceivedEvent : EntityEventArgs
|
||||
{
|
||||
public readonly string Port;
|
||||
|
||||
Reference in New Issue
Block a user