示例#1
0
    void LoadSelection()
    {
        GameObject       introSelectionObj = Instantiate(IntroSelectionPrefab);
        SelectionHandler selectionHandler  = introSelectionObj.GetComponent <SelectionHandler>();

        selectionHandler.modifiers = master.modifiers;
        selectionHandler.gameInit  = this;
        selectionHandler.Init(level);
    }