From dc7922d80c1d133b6261b8af1d521567d2c0a35d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 30 十月 2025 16:51:39 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts
---
Main/System/Battle/TestMoveToTarget.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Battle/TestMoveToTarget.cs b/Main/System/Battle/TestMoveToTarget.cs
index 2ed3b91..15b2ba5 100644
--- a/Main/System/Battle/TestMoveToTarget.cs
+++ b/Main/System/Battle/TestMoveToTarget.cs
@@ -13,11 +13,11 @@
{
if (sourceRect == null || targetRect == null)
{
- BattleDebug.LogError("璇峰湪Inspector涓寚瀹歴ourceRect鍜宼argetRect锛�");
+ Debug.LogError("璇峰湪Inspector涓寚瀹歴ourceRect鍜宼argetRect锛�");
return;
}
- BattleUtility.MoveToTarget(sourceRect, targetRect, offset, duration, () =>
+ BattleUtility.MoveToTarget(sourceRect, targetRect, offset, () =>
{
Debug.Log("绉诲姩瀹屾垚锛�");
});
--
Gitblit v1.8.0