using System.Collections; using System.Collections.Generic; using UnityEngine; // Handles the player input, such as interactions public class PlayerController : MonoBehaviour { void Update() { } }