12 lines
181 B
C#
12 lines
181 B
C#
using UnityEngine;
|
|
|
|
namespace NBF
|
|
{
|
|
/// <summary>
|
|
/// 鱼饵
|
|
/// </summary>
|
|
public class BaitAsset : PreviewableAsset
|
|
{
|
|
public Transform hook;
|
|
}
|
|
} |