BGJ-2022.1/Assets/Scripts/Entity/Player/PlayerController.cs

8 lines
120 B
C#

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