重新导入obi
This commit is contained in:
12
Assets/Scripts/Fishing/Rope/IRope.cs
Normal file
12
Assets/Scripts/Fishing/Rope/IRope.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
/// <summary>
|
||||
/// 鱼线脚本
|
||||
/// </summary>
|
||||
public interface IRope
|
||||
{
|
||||
void SetLineLength(float length);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user