public override void Awake() { base.Awake(); instance = this; }
void OnPauseButton(GameObject butObj, int pointerID = -1) { UIPauseScreen.Show(); }