Marketにボーナス読み込み処理追加
This commit is contained in:
parent
5881b36bff
commit
7cfdecddb0
|
|
@ -77,6 +77,8 @@ public class Market : SingletonMonoBehaviour<Market>
|
|||
|
||||
gameData = GameDataManager.GameData;
|
||||
|
||||
UpdateBonus(ShopCustomize.GetBonusList(gameData.ShopCustomizeLevel));
|
||||
|
||||
#if UNITY_EDITOR || DEVELOPMENT_BUILD
|
||||
CheckAndFixStock();
|
||||
StockFlavorLog();
|
||||
|
|
|
|||
Loading…
Reference in New Issue