Merge branch 'feature/1.3.0' of bitbucket.org:usaya/popcorn into feature/1.3.0

This commit is contained in:
koya_15 2022-05-17 14:32:19 +09:00
commit 6307959cb2
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>
{