yyl
2025-09-04 cdf7098c937c5f4a70383ef70897bf9fedbb3d99
Main/System/Battle/TestMoveToTarget.cs
@@ -13,7 +13,7 @@
    {
        if (sourceRect == null || targetRect == null)
        {
            BattleDebug.LogError("请在Inspector中指定sourceRect和targetRect!");
            Debug.LogError("请在Inspector中指定sourceRect和targetRect!");
            return;
        }