Files
Fishing2/Assets/Scripts/Fishing/Item/FHandItem.cs
2026-04-29 16:39:15 +08:00

9 lines
110 B
C#

using UnityEngine;
namespace NBF
{
public abstract class FHandItem : PlayerItem
{
}
}