【战斗】增加雷达扫描速度

main
刘涛 2026-06-10 16:44:23 +08:00
parent ddc80501e6
commit f48396027f
1 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ namespace Gameplay.Level
[LabelText("雷达建筑LocalID")] public int localId;
[LabelText("雷达范围(半径圈数)")] public int range;
[LabelText("占领时间")] public float captureTime;
[LabelText("扫描速度(度/秒)")] public float scanSpeed = 60f;
}
[Serializable]
@ -639,4 +640,4 @@ namespace Gameplay.Level
#endregion
}
}
}