using System.Collections.Generic; using UnityEngine; public class RopeNoSwing : Rope { protected new void Update() { RenderLine(); Simulate(); } }