首次提交
This commit is contained in:
12
Assets/Scripts/Fishing~/Player/Tasks/EnterMapRoomTask.cs
Normal file
12
Assets/Scripts/Fishing~/Player/Tasks/EnterMapRoomTask.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using NBC;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class EnterMapRoomTask : NTask
|
||||
{
|
||||
protected override void OnStart()
|
||||
{
|
||||
Finish();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user