public void Disable() { gameObject.SetActive(false); SoundManager.Ins.StopPlayLooped(AudioClipEnum.Clock); OnClick.Clear(); }