|
@@ -118,8 +118,13 @@ namespace GFGGame
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
- private void OnClickBtnAll()
|
|
|
|
|
|
+ private async void OnClickBtnAll()
|
|
{
|
|
{
|
|
|
|
+ bool result = await StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_SKIP_GUIDE, 1);
|
|
|
|
+ if (result)
|
|
|
|
+ {
|
|
|
|
+ GameGlobal.skipGuide = true;
|
|
|
|
+ }
|
|
OnClickBtnGetAllDressUpItem();
|
|
OnClickBtnGetAllDressUpItem();
|
|
OnClickBtnGetAllCardItem();
|
|
OnClickBtnGetAllCardItem();
|
|
_ui.m_ComBtn.m_txtRoleLv.text = "99";
|
|
_ui.m_ComBtn.m_txtRoleLv.text = "99";
|