1namespace Unity.VisualScripting 2{ 3 public enum MouseButton 4 { 5 Left = 0, 6 Right = 1, 7 Middle = 2 8 } 9}