AddListener(OnButtonClick); } void OnButtonClick() { if (!isCanClick) return; if (!isOpening) StartCoroutine(ShowChildMenu()); else ...
確定! 回上一頁