11 lines
123 B
C#
11 lines
123 B
C#
using UnityEngine;
|
|
|
|
namespace Misaki.GraphView
|
|
{
|
|
public enum SlotDirection
|
|
{
|
|
Input,
|
|
Output
|
|
}
|
|
}
|