10 lines
112 B
C#
10 lines
112 B
C#
|
using UnityEngine;
|
||
|
namespace Player
|
||
|
{
|
||
|
public class PlayerMoveController : MonoBehaviour
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|