void Awake() { INSTANCE = this; playerBase = GetComponent <Base>(); }
private void OnDestroy() { INSTANCE = null; }