hch
昨天 7222adcc97941b57a61f0f8e8469f0f66b9ee1a1
Main/System/InternalAffairs/GoldRushTentCell.cs
@@ -329,7 +329,7 @@
        Vector3 offset = Vector3.zero;
        if (moveIndex == pathPointArr.Length - 1)
        {
            offset = new Vector3((pathPointArr.Length - workerIndex - 1) * 80, 0, 0);
            offset = new Vector3((pathPointArr.Length - workerIndex - 1) * 70, 0, 0);
        }
        var endPos = nextPos - offset;
@@ -554,6 +554,7 @@
                    }
                    GoldRushManager.Instance.SendGoldRushUnlock(0, campID);
                    refreshItemEffect.Play();
                    SysNotifyMgr.Instance.ShowTip("GoldRush8");
                });
                
@@ -573,6 +574,7 @@
        GoldRushManager.Instance.SendGoldRushUnlock(0, campID);
        refreshItemEffect.Play();
        SysNotifyMgr.Instance.ShowTip("GoldRush8");
    }
}