Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.MachineLinking.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class SignalLinkerComponent : Component
|
||||
public sealed class SignalLinkerComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public (SignalTransmitterComponent transmitter, string port)? Port;
|
||||
|
||||
Reference in New Issue
Block a user