using System; using System.Collections.Generic; using System.Text; namespace ACE.Entity.Enum { public enum PropertyGroupName { Invalid = 0, UICoreButton = 1, UICoreBrowser = 2, UICoreColorPicker = 3, UICoreComboBox = 4, UICoreContextMenu = 5, UICoreDialog = 6, UICoreDragbar = 7, UICoreElement = 8, UICoreField = 9, UICoreFrame = 10, UICoreGroupBox = 11, UICoreListBox = 12, UICoreMenu = 13, UICoreMeter = 14, UICorePanel = 15, UICoreResizebar = 16, UICoreScrollable = 17, UICoreScrollbar = 18, UICoreText = 19, UICoreViewport = 20, // NOT_DEFINED = 21, GameplayOptions = 22, Wb_AllWorkspaces = 23, Wb_Avatar = 24, Wb_Camera = 25, Wb_CursorSelection = 26, Wb_DungeonWorkspace = 27, Wb_EntityWorkspace = 28, Wb_Grid = 29, Wb_Misc = 30, Wb_RenderOptions = 31, Wb_WorldWorkspace = 32, Tools = 33, Physics = 34, Ethereal = 35, Link = 36, PregameUI = 0x10000001, GameUI = 0x10000002, SmartBoxWrapper = 0x10000003, } }