From 2917e8a4eae31c1a1bc4419a9b6f23be7e4fda3e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 05 八月 2025 19:24:50 +0800
Subject: [PATCH] update team heros
---
Main/System/GeneralConfig/GeneralDefine.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Main/System/GeneralConfig/GeneralDefine.cs b/Main/System/GeneralConfig/GeneralDefine.cs
index 7b2c547..302a4e9 100644
--- a/Main/System/GeneralConfig/GeneralDefine.cs
+++ b/Main/System/GeneralConfig/GeneralDefine.cs
@@ -12,7 +12,6 @@
public const int CrossFamilyBattleMapID = 32090;
public static int initDepotGridCount { get; private set; }
public static int maxDepotGridCount { get; private set; }
- public static int initBagGridCount { get; private set; }
public static int maxBagGridCount { get; private set; }
public static int maxXBGridCount { get; private set; }
public static int playerMaxLevel { get; private set; }
@@ -260,7 +259,6 @@
// BlueEquipJumpLevel = GetInt("BlueEquipJumpLevel");
// initDepotGridCount = GetInt("InitDepotCellCount");
// maxDepotGridCount = GetInt("MaxDepotCellCount");
- // initBagGridCount = GetInt("InitBagCellCount");
// maxBagGridCount = GetInt("MaxBagCellCount");
// maxXBGridCount = GetInt("TreasureSet", 3);
--
Gitblit v1.8.0