新手引导不跳转
This commit is contained in:
parent
4b68ca5f36
commit
6f3904eb04
|
|
@ -62,7 +62,11 @@ public class Shopping : MonoBehaviour
|
|||
|
||||
itemView.jumpPurchase = () =>
|
||||
{
|
||||
ShopItemPurchaseView.ShowDialog((shopData, GetItemAmount(shopData)), amount =>
|
||||
if (isTutorial)
|
||||
{
|
||||
return;
|
||||
}
|
||||
ShopItemPurchaseView.ShowDialog((shopData, GetItemAmount(shopData)), amount =>
|
||||
{
|
||||
// アイテムを増やす
|
||||
AddItem(shopData, amount);
|
||||
|
|
|
|||
Loading…
Reference in New Issue