首次提交
This commit is contained in:
17
Assets/Scripts/Fishing~/Player/Gear/FLine.cs
Normal file
17
Assets/Scripts/Fishing~/Player/Gear/FLine.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using NBF;
|
||||
using UnityEngine;
|
||||
|
||||
public class FLine : FPlayerGear
|
||||
{
|
||||
public Material szpulaMat;
|
||||
|
||||
public Material lineMat;
|
||||
|
||||
protected override void OnStart()
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnUpdate()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user