public UiMenuItem(IUiPlugin owner) : base(owner) { Items = new List <IUiMenuItem>(); }
protected UiMenuItemBase(IUiPlugin owner) { Owner = owner; }