Merge branch 'develop' of bitbucket.org:usaya/popcorn into develop

This commit is contained in:
koya_15 2021-10-01 14:48:05 +09:00
commit f0f7ace2ef
1 changed files with 1 additions and 0 deletions

View File

@ -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();