bracket system

This commit is contained in:
h z
2024-07-29 17:24:31 +01:00
parent 5fbbbe83a1
commit bae0a52e3f
36 changed files with 258 additions and 36 deletions

View File

@@ -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();
}