From af4ccda5d03f3695326987c91fa452e6ebbf8136 Mon Sep 17 00:00:00 2001 From: kimura Date: Tue, 17 May 2022 10:28:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=82=B9=E3=82=BF=E3=83=9E=E3=82=A4?= =?UTF-8?q?=E3=82=BA=E6=A9=9F=E8=83=BD=E3=81=AE=E3=83=AA=E3=82=BB=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs b/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs index fd97b138..72ab531e 100644 --- a/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs +++ b/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs @@ -171,7 +171,7 @@ public class DebugOptionManager : MonoBehaviour resetShopCustomizeButton.OnClickAsObservable().Subscribe(_ => { - gameData.ShopCustomizeLevel = 0; + gameData.ShopCustomizeLevel = 1; gameData.ShopCustomizePoint = 0; gameData.ShopCustomizeCoin = 0; gameData.ShopCustomizeSettings = new ShopCustomizeSettings();