【F11面板】增加基础移动速度显示

main
刘涛 2026-04-21 15:27:21 +08:00
parent 016d065c04
commit 5abdc4cf84
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ namespace FightDebug
_ShowLabel("护甲级别:", unit.fightData.defensePowerLevel + "");
_ShowLabel("配置是否允许撤离:", unit.fightData.canEvacuate ? "是" : "否");
_ShowLabel("移动速度:", unit.fightData.moveSpeed + "");
_ShowLabel("基础移动速度:", unit.fightData.baseMoveSpeed + "");
_ShowAvoidBuffIds();
_ShowDodgeValue();
_ShowInvestigateInfo();