カスタマイズ機能のリセットを修正
This commit is contained in:
parent
6eb74e9a6e
commit
af4ccda5d0
|
|
@ -171,7 +171,7 @@ public class DebugOptionManager : MonoBehaviour
|
||||||
|
|
||||||
resetShopCustomizeButton.OnClickAsObservable().Subscribe(_ =>
|
resetShopCustomizeButton.OnClickAsObservable().Subscribe(_ =>
|
||||||
{
|
{
|
||||||
gameData.ShopCustomizeLevel = 0;
|
gameData.ShopCustomizeLevel = 1;
|
||||||
gameData.ShopCustomizePoint = 0;
|
gameData.ShopCustomizePoint = 0;
|
||||||
gameData.ShopCustomizeCoin = 0;
|
gameData.ShopCustomizeCoin = 0;
|
||||||
gameData.ShopCustomizeSettings = new ShopCustomizeSettings();
|
gameData.ShopCustomizeSettings = new ShopCustomizeSettings();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue