示例#1
0
    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;
    }
示例#2
0
    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;
    }