using UnityEngine;

public class PlayerController : MonoBehaviour {
    void Update() { }
}
