Split project
This commit is contained in:
10
src/Enigmos/Modules/IInterlayerModule.cs
Normal file
10
src/Enigmos/Modules/IInterlayerModule.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Nocturnis.Enigmos.Ports;
|
||||
|
||||
namespace Nocturnis.Enigmos.Modules;
|
||||
|
||||
public interface IInterlayerModule
|
||||
{
|
||||
IBasePort UnderlyingPort();
|
||||
IProgrammableModule ParentModule { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user