フラグ追加
This commit is contained in:
parent
43f26fe8be
commit
06366b379e
|
|
@ -15,6 +15,7 @@ namespace MyGame.Scripts
|
|||
Shopping = 1 << 2,
|
||||
Management = 1 << 3,
|
||||
AutoCook = 1 << 4,
|
||||
ShopCustomize = 1 << 5,
|
||||
}
|
||||
public class TutorialManager : SingletonMonoBehaviour<TutorialManager>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue