From 28bb000dffe43edf788e970a2d38d085222bb208 Mon Sep 17 00:00:00 2001 From: kimura Date: Fri, 13 May 2022 10:40:18 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=AE=9F=E8=A3=85=E3=82=AB=E3=83=86?= =?UTF-8?q?=E3=82=B4=E3=83=AA=E3=82=92=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketView.cs | 4 ++-- .../MyGame/Scenes/marketing/Scripts/ShopCustomizeSettings.cs | 4 ++-- popcorn/Assets/MyGame/Scripts/SpreadsheetData.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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