bracket system
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Nocturnis.Enigmos.Ports.SignalPorts.Directions;
|
||||
public interface ISignalOutPort : ISignalPort
|
||||
{
|
||||
new IRoutingModule Module { get; set; }
|
||||
new ISignalInPort? ConnectedPort { get; set; }
|
||||
new ISignalInPort ConnectedPort { get; set; }
|
||||
void Route();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user