Added ILogger; Added IGraphProcessor; Changed return type of OnExecute method in BaseNode from void to bool;
9 lines
114 B
C#
9 lines
114 B
C#
namespace Misaki.GraphView
|
|
{
|
|
public enum LogType
|
|
{
|
|
Info,
|
|
Warning,
|
|
Error
|
|
}
|
|
} |