Example #1
0
 void InitLiseWindow()
 {
     listWindow = new HierarchyListWindow(this);
     listWindow.Init(BundleDataManager.Instance.FolderList);
     listWindow.OnSelectChangeAction += OnListSelectChange;
 }
Example #2
0
 void InitLiseWindow()
 {
     listWindow = new HierarchyListWindow(this);
     listWindow.Init(BundleDataManager.Instance.FolderList);
     listWindow.OnSelectChangeAction += OnListSelectChange;
 }