| | |
| | | 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; } |
| | |
| | | // BlueEquipJumpLevel = GetInt("BlueEquipJumpLevel"); |
| | | // initDepotGridCount = GetInt("InitDepotCellCount"); |
| | | // maxDepotGridCount = GetInt("MaxDepotCellCount"); |
| | | // initBagGridCount = GetInt("InitBagCellCount"); |
| | | // maxBagGridCount = GetInt("MaxBagCellCount"); |
| | | // maxXBGridCount = GetInt("TreasureSet", 3); |
| | | |