示例#1
0
    private void OnMouseDown()
    {
        DisableOption();


        if (count == wordBoxes.childCount)
        {
            StartCoroutine(gameManager.Check());
            count = 0;
        }
    }