From 1c67ef403a96911f79acf56147d38ad29a49a58d Mon Sep 17 00:00:00 2001 From: kimura Date: Fri, 15 Apr 2022 10:11:04 +0900 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8B=95=E8=AA=BF=E7=90=86=E3=81=AE?= =?UTF-8?q?=E3=83=81=E3=83=A5=E3=83=BC=E3=83=88=E3=83=AA=E3=82=A2=E3=83=AB?= =?UTF-8?q?=E3=83=95=E3=83=A9=E3=82=B0=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scripts/TutorialManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scripts/TutorialManager.cs b/popcorn/Assets/MyGame/Scripts/TutorialManager.cs index 24740fe3..ac53b4c8 100644 --- a/popcorn/Assets/MyGame/Scripts/TutorialManager.cs +++ b/popcorn/Assets/MyGame/Scripts/TutorialManager.cs @@ -14,6 +14,7 @@ namespace MyGame.Scripts CornField = 1 << 1, Shopping = 1 << 2, Management = 1 << 3, + AutoCook = 1 << 4, } public class TutorialManager : SingletonMonoBehaviour {