10 lines
168 B
C#
10 lines
168 B
C#
namespace Misaki.GraphView
|
|
{
|
|
public enum GraphExecutionDirection
|
|
{
|
|
LeftToRight,
|
|
RightToLeft,
|
|
TopToBottom,
|
|
BottomToTop
|
|
}
|
|
} |