自動調理のチュートリアルフラグ追加

This commit is contained in:
kimura 2022-04-15 10:11:04 +09:00
parent 9117595f24
commit 1c67ef403a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace MyGame.Scripts
CornField = 1 << 1,
Shopping = 1 << 2,
Management = 1 << 3,
AutoCook = 1 << 4,
}
public class TutorialManager : SingletonMonoBehaviour<TutorialManager>
{