Passion & UI
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using Sirenix.OdinInspector;
|
||||
using SLSUtilities.General;
|
||||
using UnityEngine;
|
||||
using Yarn.Unity;
|
||||
|
||||
namespace Cielonos.MainGame.Map
|
||||
{
|
||||
@@ -46,6 +48,9 @@ namespace Cielonos.MainGame.Map
|
||||
[TitleGroup("Zone 池")]
|
||||
public List<ZoneData> logisticsCenterZones = new List<ZoneData>();
|
||||
|
||||
[TitleGroup("Zone 池")]
|
||||
public SerializedDictionary<MapNodeType, List<ZoneData>> zonePools = new SerializedDictionary<MapNodeType, List<ZoneData>>();
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// 特殊节点数量配额
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
@@ -465,8 +465,7 @@ namespace Cielonos.MainGame
|
||||
}
|
||||
else
|
||||
{
|
||||
// 没有 ZoneData 的节点(如 MedicalStation)直接切换阶段
|
||||
TransitionToPhase(targetPhase);
|
||||
throw new Exception($"[RunManager] 节点 {currentRun.currentPosition} 没有配置 ZoneData,无法进入对应阶段。");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user