using UnityEngine; namespace Entity.Player { public class PlayerController : MonoBehaviour, IMovement { } }