using UnityEngine; namespace NBF { /// /// 鱼线脚本 /// public interface IRope { void SetLineLength(float length); } }