|
@@ -98,13 +98,13 @@ namespace GFGGame
|
|
|
.SetLeftButton(true, "不用", (obj) =>
|
|
|
{
|
|
|
EnterGame();
|
|
|
- StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_SKIP_GUIDE, 0).Coroutine();
|
|
|
+ StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_SKIP_GUIDE, 1).Coroutine();
|
|
|
})
|
|
|
.SetRightButton(true, "跳过", (obj) =>
|
|
|
{
|
|
|
GameGlobal.skipGuide = true;
|
|
|
EnterGame();
|
|
|
- StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_SKIP_GUIDE, 1).Coroutine();
|
|
|
+ StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_SKIP_GUIDE, 2).Coroutine();
|
|
|
});
|
|
|
}
|
|
|
else
|