From e0b3a077c6a3319e30906264ca5a79ff31272296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E8=B0=B7=E5=9C=AD=E5=90=BE?= Date: Thu, 12 May 2022 17:41:42 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9B=A3=E4=BD=93VIP=E3=81=AE=E7=A2=BA?= =?UTF-8?q?=E7=8E=87=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scripts/Const.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Scripts/Const.cs b/popcorn/Assets/MyGame/Scripts/Const.cs index 2320e5e6..b02e6dc2 100644 --- a/popcorn/Assets/MyGame/Scripts/Const.cs +++ b/popcorn/Assets/MyGame/Scripts/Const.cs @@ -23,7 +23,7 @@ public static class Const { public static readonly int[] ShoppingTutorial = { 7, 13, 8}; public static readonly int[] ManagementTutorial = { 9 }; public static readonly float VipCustomerRewardStock = 20; // Market.ShopStockCount以下にする - public static readonly float VipCustomerRewardRate = 0.1f; + public static readonly float VipCustomerRewardRate = 0.2f; public static readonly int AutoCookAvailableLevel = 7; public static readonly int ShopCustomizeDefaultSignBoardId = 1; public static readonly int ShopCustomizeDefaultDecoration1Id = 2;