自動調理使用可能レベルをConstに追加
This commit is contained in:
parent
bf431fa9e9
commit
70854541b9
|
|
@ -24,6 +24,7 @@ public static class Const {
|
|||
public static readonly int[] ManagementTutorial = { 9 };
|
||||
public static readonly float VipCustomerRewardStock = 20; // Market.ShopStockCount以下にする
|
||||
public static readonly float VipCustomerRewardRate = 0.1f;
|
||||
public static readonly int AutoCookAvailableLevel = 7;
|
||||
|
||||
// tag
|
||||
public static readonly string GameDataTag = "GameData";
|
||||
|
|
|
|||
Loading…
Reference in New Issue