From fcde9c018d0953634eea26f945d23f45cf76a257 Mon Sep 17 00:00:00 2001 From: kimura Date: Fri, 27 May 2022 13:38:21 +0900 Subject: [PATCH] =?UTF-8?q?maxlevel=E5=A4=89=E6=9B=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 41f05d85..3302a130 100644 --- a/popcorn/Assets/MyGame/Scripts/Const.cs +++ b/popcorn/Assets/MyGame/Scripts/Const.cs @@ -11,7 +11,7 @@ public static class Const { public static readonly int DefaultRecipeId = 1; public static readonly int DefaultPanId = 1; public static readonly int ShopTankId = 20; - public static readonly int MaxShopLevel = 17; + public static readonly int MaxShopLevel = 18; public static readonly int TankCapacity = 20; public static readonly int SpecialShopLevel = 9999; public static readonly int SpecialCategory = 9999;