Main/System/Tip/ConfirmCancel.cs
@@ -298,6 +298,7 @@ } //货币确认框:有显示勾选的 消耗元宝勾选类型 public static void MoneyIconToggleConfirmByType(ToggleCheckType type, int moneyCnt, int _moneyType, string fullTip, Action func) { if (toggleCheckDict.ContainsKey(type) && toggleCheckDict[type]) @@ -358,6 +359,7 @@ WashCancel = 1, //洗练取消 GoldRush = 2, //淘金 BoneField = 3, //白骨盈野 FuncPreset = 4, //功能(流派)预设 }