source generator
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Nocturnis.DataStructures;
|
||||
using Skeleton.DataStructure;
|
||||
|
||||
namespace Nocturnis.Enigmos.Ports.DataPorts.Directions;
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Nocturnis.DataStructures;
|
||||
using Nocturnis.Enigmos.Modules;
|
||||
using Nocturnis.Enigmos.Modules.ComputationalModules;
|
||||
using Skeleton.DataStructure;
|
||||
|
||||
namespace Nocturnis.Enigmos.Ports.DataPorts.Directions;
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ namespace Nocturnis.Enigmos.Ports;
|
||||
|
||||
public interface IBasePort
|
||||
{
|
||||
Vector2 PositionToBoard { get; }
|
||||
bool Connected { get; }
|
||||
IBaseModule? Module { get; set; }
|
||||
bool IsMatch(IBasePort oth);
|
||||
|
||||
Reference in New Issue
Block a user