|
@@ -105,9 +105,10 @@ namespace GFGGame
|
|
|
StorageSProxy.ReqSetClientValue(ConstStorageId.STUDIO_FILING_CHAPTERID, cfg.id).Coroutine();
|
|
|
EventAgent.DispatchEvent(ConstMessage.FILLING_CHANGE_CHAPTER);
|
|
|
|
|
|
- UI_ListNpcItem item = UI_ListNpcItem.Proxy(obj);
|
|
|
- item.target.AddChild(_comSelect);
|
|
|
- UI_ListNpcItem.ProxyEnd();
|
|
|
+ this.Hide();
|
|
|
+ // UI_ListNpcItem item = UI_ListNpcItem.Proxy(obj);
|
|
|
+ // item.target.AddChild(_comSelect);
|
|
|
+ // UI_ListNpcItem.ProxyEnd();
|
|
|
}
|
|
|
}
|
|
|
}
|