From accd58e2d68ae29f7f8e20b2541c9df2339b690b Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 30 Sep 2021 14:10:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E3=81=A7?= =?UTF-8?q?=E3=81=AE=E7=95=91=E3=83=AA=E3=82=BB=E3=83=83=E3=83=88=E6=99=82?= =?UTF-8?q?=E3=80=81=E3=82=B3=E3=83=BC=E3=83=B3=E6=95=B0=E3=82=82=E3=83=AA?= =?UTF-8?q?=E3=82=BB=E3=83=83=E3=83=88=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs b/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs index 874f3929..afd47c24 100644 --- a/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs +++ b/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs @@ -50,6 +50,7 @@ public class DebugOptionManager : MonoBehaviour }; gameData.SeedlingDataList = new List();; gameData.MachineLevel = 1; + gameData.cornSeed = 0; }).AddTo(this); resetMaterialButton.OnClickAsObservable().Subscribe(_ =>