commit忘れ
This commit is contained in:
parent
fd7ff518fd
commit
108f12b7a4
|
|
@ -57,6 +57,7 @@ public class Market : MonoBehaviour
|
|||
#if UNITY_EDITOR || DEVELOPMENT_BUILD
|
||||
CheckAndFixStock();
|
||||
StockFlavorLog();
|
||||
#endif
|
||||
|
||||
// 陳列
|
||||
displayFlavors = gameData.ShopStock.Select(x => x).ToList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue