From bd70442e450c78d244e2a1ac18de0ac3e7e3f4c2 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Thu, 2 Jul 2026 19:16:28 +0800 Subject: [PATCH] =?UTF-8?q?style(fix-system):=20=E8=A1=A5=E5=85=A8=20Cable?= =?UTF-8?q?=20=E8=84=9A=E6=9C=AC=E6=96=87=E4=BB=B6=E6=9C=AB=E5=B0=BE?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs | 2 +- Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs b/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs index 4d4ccda5d..16a840e4c 100644 --- a/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs +++ b/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs @@ -59,4 +59,4 @@ public class PhysicCable : MonoBehaviour } } } -} \ No newline at end of file +} diff --git a/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs b/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs index 6eba7eff1..ab99be7fd 100644 --- a/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs +++ b/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs @@ -100,4 +100,4 @@ public class PhysicLineSegment : MonoBehaviour particles[0].position = newStartPosition; } } -} \ No newline at end of file +}