diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketView.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketView.cs index 98105b26..a0112bf6 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketView.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketView.cs @@ -35,8 +35,8 @@ namespace MyGame.Scenes.marketing.Scripts return stockTarget; case ShopCustomizeCategory.Category5: return decoration2Target; - case ShopCustomizeCategory.Category6: - return category6Target; + // case ShopCustomizeCategory.Category6: + // return category6Target; default: throw new ArgumentOutOfRangeException(); } diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/ShopCustomizeSettings.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/ShopCustomizeSettings.cs index 225baf26..ab8cd32b 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/ShopCustomizeSettings.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/ShopCustomizeSettings.cs @@ -31,8 +31,8 @@ namespace MyGame.Scenes.marketing.Scripts return Stock; case ShopCustomizeCategory.Category5: return Decoration2; - case ShopCustomizeCategory.Category6: - return 0; + // case ShopCustomizeCategory.Category6: + // return 0; default: throw new ArgumentOutOfRangeException(nameof(category), category, null); } diff --git a/popcorn/Assets/MyGame/Scripts/SpreadsheetData.cs b/popcorn/Assets/MyGame/Scripts/SpreadsheetData.cs index ca5461a7..8f04270c 100644 --- a/popcorn/Assets/MyGame/Scripts/SpreadsheetData.cs +++ b/popcorn/Assets/MyGame/Scripts/SpreadsheetData.cs @@ -150,7 +150,7 @@ public enum ShopCustomizeCategory Category3 = 3, // 店本体 Category4 = 4, // 在庫メーター Category5 = 5, // 立て看板 - Category6 = 6, // 背景 + // Category6 = 6, // 背景 } public enum ShopCustomizeBonusCategory