8 lines
120 B
C#
8 lines
120 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace Entity.Player
|
||
|
{
|
||
|
public class PlayerController : MonoBehaviour, IMovement
|
||
|
{
|
||
|
}
|
||
|
}
|