hch
2025-10-17 cb653cf75b17b9bdca0b5b9e6b88edf1ca72e90c
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("移动完成!");
        });