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>>();
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// 特殊节点数量配额
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user