船相关脚本呢
This commit is contained in:
11
Assets/Scripts/Fishing/Player/PlayerCharacter/PlayerBoat.cs
Normal file
11
Assets/Scripts/Fishing/Player/PlayerCharacter/PlayerBoat.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
/// <summary>
|
||||
/// 玩家船控制
|
||||
/// </summary>
|
||||
public class PlayerBoat : MonoBehaviour
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user