using UnityEngine; public class PlayerBase : MonoBehaviour { void Start() { } // Update is called once per frame void Update() { } }