修改关卡配置显示

main
zhangaotian 2025-10-22 13:33:31 +08:00
parent a1d4587ea9
commit 910e8482bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;