private void RemovePartJoints(Part p) { multiJointManager.RemovePartJoints(p); }
private void OnPartDestroyed(Part p) { multiJointManager.RemovePartJoints(p); }