Machine Linking Overhaul (#7160)
This commit is contained in:
@@ -5,12 +5,10 @@ namespace Content.Server.MachineLinking.Events
|
||||
public sealed class SignalReceivedEvent : EntityEventArgs
|
||||
{
|
||||
public readonly string Port;
|
||||
public readonly object? Value;
|
||||
|
||||
public SignalReceivedEvent(string port, object? value)
|
||||
public SignalReceivedEvent(string port)
|
||||
{
|
||||
Port = port;
|
||||
Value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user