commit忘れ

This commit is contained in:
kimura 2021-10-01 14:42:00 +09:00
parent fd7ff518fd
commit 108f12b7a4
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public class Market : MonoBehaviour
#if UNITY_EDITOR || DEVELOPMENT_BUILD
CheckAndFixStock();
StockFlavorLog();
#endif
// 陳列
displayFlavors = gameData.ShopStock.Select(x => x).ToList();