namespace RMGUI.GraphView { public enum Direction { Input = 0, Output = 1 } }