Added IExecutable and ISlotContainer interface.
Changed SlotContainerNode to ExecutableNode
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Misaki.GraphView
|
||||
|
||||
public void UpdateComputeOrder();
|
||||
|
||||
public void Execute(ReadOnlyCollection<SlotContainerNode> nodes);
|
||||
public void Execute(ReadOnlyCollection<DataNode> nodes);
|
||||
|
||||
public void Break();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user