结构大修改,改成朴实无华的结构,不过度架构。能跑就行
This commit is contained in:
12
Assets/Scripts/Common/Assets/HookAsset.cs
Normal file
12
Assets/Scripts/Common/Assets/HookAsset.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class HookAsset : PreviewableAsset
|
||||
{
|
||||
/// <summary>
|
||||
/// 鱼饵挂点
|
||||
/// </summary>
|
||||
public Transform baitConnector;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user