public virtual void Init(UI_PlayerBase creator, string title, UI_Menu instigator = null) { options = new List <MenuButton>(); UI_base = creator; panelName = title; this.instigator = instigator; childClosedHandler = ChildMenuClosed; }
public virtual void Init(UI_PlayerBase creator, string title, UI_Menu instigator = null) { options = new List<MenuButton>(); UI_base = creator; panelName = title; this.instigator = instigator; childClosedHandler = ChildMenuClosed; }