フラグ追加

This commit is contained in:
kimura 2022-05-17 13:28:20 +09:00
parent 43f26fe8be
commit 06366b379e
1 changed files with 1 additions and 0 deletions

View File

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