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