シーン設定追加
This commit is contained in:
parent
28056a66dd
commit
5a5fc3cc75
|
|
@ -11,6 +11,7 @@ public class KitchenManager : MonoBehaviour
|
||||||
[SerializeField] private Button cookingButton;
|
[SerializeField] private Button cookingButton;
|
||||||
[SerializeField] private Button adButton;
|
[SerializeField] private Button adButton;
|
||||||
[SerializeField] private KitchenView kitchenView;
|
[SerializeField] private KitchenView kitchenView;
|
||||||
|
[SerializeField] private BulkOrderIndicatorView orderIndicatorView;
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,8 @@ public enum GameScenes
|
||||||
MissionAchievement,
|
MissionAchievement,
|
||||||
BulkOrder,
|
BulkOrder,
|
||||||
BulkOrderAchievement,
|
BulkOrderAchievement,
|
||||||
|
BulkOrderCancel,
|
||||||
|
BulkOrderPhone,
|
||||||
SettingsDialog,
|
SettingsDialog,
|
||||||
DebugOption,
|
DebugOption,
|
||||||
UnableWatchVideoDialog,
|
UnableWatchVideoDialog,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue