From 2bb96c84dc1003a17526df2ef6aac3c0a285d5dd Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 12 九月 2025 09:12:01 +0800 Subject: [PATCH] 125 【战斗】战斗系统 移动速度 & 子弹速度支持(去除原本使用时间的设定) --- Main/System/Battle/TestMoveToTarget.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/Battle/TestMoveToTarget.cs b/Main/System/Battle/TestMoveToTarget.cs index d5d8d44..15b2ba5 100644 --- a/Main/System/Battle/TestMoveToTarget.cs +++ b/Main/System/Battle/TestMoveToTarget.cs @@ -17,7 +17,7 @@ return; } - BattleUtility.MoveToTarget(sourceRect, targetRect, offset, duration, () => + BattleUtility.MoveToTarget(sourceRect, targetRect, offset, () => { Debug.Log("绉诲姩瀹屾垚锛�"); }); -- Gitblit v1.8.0