修改关卡配置显示
parent
a1d4587ea9
commit
910e8482bd
|
|
@ -26,7 +26,7 @@ namespace Gameplay.Level
|
|||
[LabelText("编组")] public List<int> groups = new List<int>(4);
|
||||
[LabelText("是否为中途生成AI")] public bool isHideOnLoad;
|
||||
[LabelText("所属波数")] public int waveIndex;
|
||||
[LabelText("刷新时间(s)")] public int refreshTime;
|
||||
[LabelText("延迟出现时间(s)")] public int refreshTime;
|
||||
[LabelText("巡逻路线ID")] public int patrolRoadID = -1;
|
||||
[LabelText("显示路径")] public bool showRoadLine;
|
||||
[LabelText("指定区域ID")] public int specifyRegionID = -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue