Files
Fishing2/Assets/Scripts/Fishing/Tackle/FHook.cs
2025-12-26 20:35:52 +08:00

12 lines
161 B
C#

using UnityEngine;
namespace NBF
{
public class FHook : FGearBase
{
protected override void OnInit()
{
}
}
}