1namespace Unity.VisualScripting 2{ 3 public enum ActionDirection 4 { 5 Any = 0, 6 Get = 1, 7 Set = 2 8 } 9}