yyl
2025-10-17 c124d98bdf9659cf764bebb799bee42c30eb152f
Main/System/Battle/TestMoveToTarget.cs
@@ -13,11 +13,11 @@
    {
        if (sourceRect == null || targetRect == null)
        {
            BattleDebug.LogError("请在Inspector中指定sourceRect和targetRect!");
            Debug.LogError("请在Inspector中指定sourceRect和targetRect!");
            return;
        }
        BattleUtility.MoveToTarget(sourceRect, targetRect, offset, duration, () =>
        BattleUtility.MoveToTarget(sourceRect, targetRect, offset, () =>
        {
            Debug.Log("移动完成!");
        });