Merge branch 'develop' of bitbucket.org:usaya/popcorn into develop
This commit is contained in:
commit
f0f7ace2ef
|
|
@ -57,6 +57,7 @@ public class Market : MonoBehaviour
|
||||||
#if UNITY_EDITOR || DEVELOPMENT_BUILD
|
#if UNITY_EDITOR || DEVELOPMENT_BUILD
|
||||||
CheckAndFixStock();
|
CheckAndFixStock();
|
||||||
StockFlavorLog();
|
StockFlavorLog();
|
||||||
|
#endif
|
||||||
|
|
||||||
// 陳列
|
// 陳列
|
||||||
displayFlavors = gameData.ShopStock.Select(x => x).ToList();
|
displayFlavors = gameData.ShopStock.Select(x => x).ToList();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue