首次提交
This commit is contained in:
17
Assets/Scripts/Fishing~/Player/Animations/BobThrowAnim.cs
Normal file
17
Assets/Scripts/Fishing~/Player/Animations/BobThrowAnim.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using NBC;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
/// <summary>
|
||||
/// 浮漂
|
||||
/// </summary>
|
||||
public class BobThrowAnim : NTask
|
||||
{
|
||||
private FPlayer _player;
|
||||
|
||||
public BobThrowAnim(FPlayer player)
|
||||
{
|
||||
_player = player;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user