自動調理のチュートリアルフラグ追加
This commit is contained in:
parent
9117595f24
commit
1c67ef403a
|
|
@ -14,6 +14,7 @@ namespace MyGame.Scripts
|
||||||
CornField = 1 << 1,
|
CornField = 1 << 1,
|
||||||
Shopping = 1 << 2,
|
Shopping = 1 << 2,
|
||||||
Management = 1 << 3,
|
Management = 1 << 3,
|
||||||
|
AutoCook = 1 << 4,
|
||||||
}
|
}
|
||||||
public class TutorialManager : SingletonMonoBehaviour<TutorialManager>
|
public class TutorialManager : SingletonMonoBehaviour<TutorialManager>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue