11 lines
157 B
C#
11 lines
157 B
C#
using UnityEngine;
|
|
|
|
namespace NBF
|
|
{
|
|
/// <summary>
|
|
/// 玩家船控制
|
|
/// </summary>
|
|
public class PlayerBoat : MonoBehaviour
|
|
{
|
|
}
|
|
} |