add gameScene
This commit is contained in:
parent
147394f70d
commit
12efe8445c
|
@ -54,6 +54,8 @@ public enum GameScenes
|
|||
MiniGameNotReleased,
|
||||
WorldMap,
|
||||
WorldMapInvestment,
|
||||
WorldMap_FoodStand,
|
||||
EmploymentList,
|
||||
}
|
||||
|
||||
public enum SceneType
|
||||
|
|
|
@ -152,4 +152,10 @@ EditorBuildSettings:
|
|||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/WorldMap/WorldMapInvestment.unity
|
||||
guid: 8b693b6e06372ed42a3b756805881e05
|
||||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/WorldMap/WorldMap_FoodStand.unity
|
||||
guid: 5b9f2309065592643925eeb1ebb2da08
|
||||
- enabled: 1
|
||||
path: Assets/MyGame/Scenes/Main/EmploymentList.unity
|
||||
guid: 314b9b13d02d4904b936faaa05256203
|
||||
m_configObjects: {}
|
||||
|
|
Loading…
Reference in New Issue