修改提交
This commit is contained in:
@@ -3,16 +3,14 @@ using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public abstract class FGearBase : MonoBehaviour
|
||||
public abstract class FGearBase : PlayerMonoBehaviour
|
||||
{
|
||||
public FPlayer Player { get; protected set; }
|
||||
public FRod Rod { get; protected set; }
|
||||
public ItemInfo ItemInfo;
|
||||
|
||||
|
||||
public virtual void Init(FPlayer player, FRod rod)
|
||||
public virtual void Init(FRod rod)
|
||||
{
|
||||
Player = player;
|
||||
Rod = rod;
|
||||
OnInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user