First commit
This commit is contained in:
9
Runtime/Contracts/IGraphProcessor.cs
Normal file
9
Runtime/Contracts/IGraphProcessor.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.GraphView
|
||||
{
|
||||
public interface IGraphProcessor
|
||||
{
|
||||
public void UpdateComputeOrder();
|
||||
|
||||
public void Execute();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user