Upgrade structure of code base
This commit is contained in:
11
src/Enigmos/Ports/SignalPorts/Directions/ISignalOutPort.cs
Normal file
11
src/Enigmos/Ports/SignalPorts/Directions/ISignalOutPort.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Nocturnis.Enigmos.Modules;
|
||||
|
||||
namespace Nocturnis.Enigmos.Ports.SignalPorts.Directions;
|
||||
|
||||
public interface ISignalOutPort : ISignalPort
|
||||
{
|
||||
new IRoutingModule Module { get; set; }
|
||||
new ISignalInPort? ConnectedPort { get; set; }
|
||||
void Route();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user